]> Frank Brehm's Git Trees - pixelpark/admin-tools.git/commitdiff
Adding etc/quota-check.ini.default
authorFrank Brehm <frank.brehm@pixelpark.com>
Fri, 24 Mar 2017 15:47:42 +0000 (16:47 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Fri, 24 Mar 2017 15:47:42 +0000 (16:47 +0100)
etc/quota-check.ini.default [new file with mode: 0644]

diff --git a/etc/quota-check.ini.default b/etc/quota-check.ini.default
new file mode 100644 (file)
index 0000000..0b63179
--- /dev/null
@@ -0,0 +1,51 @@
+# Template for quota-check.ini
+#
+# Copy it to /etc/pixelpark/quota-check.ini, <WORKDIR>/etc/quota-check.ini
+# or $HOME/.config/pixelpark/quota-check.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 = admin.berlin@pixelpark.com
+
+# A comma/whitespace separated list of all CC 
+# Set it to an empty value to disable default CC list
+#mail_cc =
+
+# A single mail address to use as the reply mail address
+# Must be valid Mail addresses
+#reply_to = noreply@pixelpark.com
+
+# A single complete mail address to use for the 
+# sender address, if not given, will be generated by the complete username
+# of the executing user (gecos) and the FQDN of the current host
+#mail_from = Root <root@host.pixelpark.net>
+
+# 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
+
+
+[quota-check]
+
+# 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
+
+# The utilization of a particular home directory in MB, for which a warning
+# shoud be emitted
+#quota_mb = 300
+
+# vim: filetype=dosini