--- /dev/null
+# 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