]> Frank Brehm's Git Trees - pixelpark/admin-tools.git/commitdiff
Adding etc/test-home.ini.default for a default configuration and documentation for...
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 23 Mar 2017 12:46:11 +0000 (13:46 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 23 Mar 2017 12:46:11 +0000 (13:46 +0100)
etc/test-home.ini.default [new file with mode: 0644]

diff --git a/etc/test-home.ini.default b/etc/test-home.ini.default
new file mode 100644 (file)
index 0000000..46b40e9
--- /dev/null
@@ -0,0 +1,46 @@
+# Template for test-home.ini
+#
+# Copy it to /etc/pixelpark/test-home.ini, <WORKDIR>/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