From: Frank Brehm Date: Thu, 23 Mar 2017 12:46:11 +0000 (+0100) Subject: Adding etc/test-home.ini.default for a default configuration and documentation for... X-Git-Tag: 0.1.2~226 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=d72d52d295e3f66985e6dda0c03dacd03c25213c;p=pixelpark%2Fadmin-tools.git Adding etc/test-home.ini.default for a default configuration and documentation for test-home --- diff --git a/etc/test-home.ini.default b/etc/test-home.ini.default new file mode 100644 index 0000000..46b40e9 --- /dev/null +++ b/etc/test-home.ini.default @@ -0,0 +1,46 @@ +# Template for test-home.ini +# +# Copy it to /etc/pixelpark/test-home.ini, /etc/test-home.ini +# or $HOME/.config/pixelpark/test-home.ini to make changes +# to the default values + +[mail] + +# A comma/whitespace separated list of all recipient mail addresses +# Must be valid Mail addresses +#mail_recipients = frank.brehm@pixelpark.com + +# A comma/whitespace separated list of all CC +# Set it to an empty value to disable default CC list +#mail_cc = thomas.kotschok@pixelpark.com + +# A single mail address to use as the reply mail address +# Must be valid Mail addresses +#reply_to = frank.brehm@pixelpark.com + +# The method to send the mail. Valid values are: +# * smtp - the mail is sent via SMTP to a given MTA +#mail_method = smtp | sendmail + +# The mail server (MTA), where to send the mail, if mail_method == smtp +#mail_server = mx.pixelpark.net + +# The port of the latter mail server +#smtp_port = 25 + + +[test-home] + +# The chroot directory, where the home directories are mounted +# Maybe / for Solaris +#chroot_homedir = /mnt/nfs + +# The root of all home directories +# home directories outside this root dir are not considered +#home_root = /home + +# A file, containing a list of directories beyond /home, +# which are not considered by this script +#exclude_file = /etc/pixelpark/exclude_homes + +# vim: filetype=dosini