From ef7fc3148422833c66b24a23a5a4877f2e38307b Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 24 Mar 2017 16:47:42 +0100 Subject: [PATCH] Adding etc/quota-check.ini.default --- etc/quota-check.ini.default | 51 +++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 etc/quota-check.ini.default diff --git a/etc/quota-check.ini.default b/etc/quota-check.ini.default new file mode 100644 index 0000000..0b63179 --- /dev/null +++ b/etc/quota-check.ini.default @@ -0,0 +1,51 @@ +# Template for quota-check.ini +# +# Copy it to /etc/pixelpark/quota-check.ini, /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 + +# 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 -- 2.39.5