summaryrefslogtreecommitdiff
path: root/warnquota.conf
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2002-07-23 15:59:27 +0000
committerjkar8572 <jkar8572>2002-07-23 15:59:27 +0000
commit8e0302ea1b0d327c66839ad738d2d5271e25f4d7 (patch)
tree544a35abe5b1978eeed817f964bfb82a0db3c89a /warnquota.conf
parent2d1fc29bbe752b590d9f320df80913c3808f7545 (diff)
* fixed quotacheck(8) to continue when old quota files were not found (Jan Kara)
* quota(1) now doesn't report failure to connect to rpc.rquotad server when -Q specified (Jan Kara) * add quota(1) option -l (report only local filesystems) (Jan Kara) * warnquota(8) now also mails specified member of the group about violation of the group quotas when -g option is specified (Jan Kara) * added options by which user can specify whether repquota(8) should translate names in big chunks by scanning all users or individually. Added automagic detection using nsswitch.conf which behaviour should lead to faster translating. (Jan Kara)
Diffstat (limited to 'warnquota.conf')
-rw-r--r--warnquota.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/warnquota.conf b/warnquota.conf
index e406298..b31fef2 100644
--- a/warnquota.conf
+++ b/warnquota.conf
@@ -13,12 +13,19 @@ SUPPORT = "support@myhost.com"
PHONE = "(123) 456-1111 or (222) 333-4444"
# Text in the beginning of the mail (if not specified, default text is used)
# This way text can be split to more lines
-# Line break are done by '|' character
+# Line breaks are done by '|' character
MESSAGE = Hello, I've noticed you use too much space\
on my disk|Delete your files on following filesystems:|
# Text in the end of the mail (if not specified, default text using SUPPORT and PHONE
# is created)
SIGNATURE = See you!| Your admin|
+# Following text is used for mails about group exceeding quotas
+# It should contain string %s exactly once - it will be substituted for a group name
+GROUP_MESSAGE = Hello, a group '%s' you're member of use too much space.|\
+I chose you to do the cleanup.|Delete group files on following filesystems:|
+# Text in the end of the mail to the group (if not specified, default text using SUPPORT
+# and PHONE is created).
+GROUP_SIGNATURE = See you!| Your admin|
#
# end of example warnquota.conf file
#