summaryrefslogtreecommitdiff
path: root/README.mailserver
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2004-01-07 12:37:48 +0000
committerjkar8572 <jkar8572>2004-01-07 12:37:48 +0000
commitb8d851f6a89ed3ab64ca70cf2b71637478605db2 (patch)
treef38839764c1317187a1df81686823f8e2c0d580f /README.mailserver
parent4a0ccd0b25a224a95c574b92e19c21eb65dfe103 (diff)
Fixed a few problems in mail-server checking. (Jan Kara)
Diffstat (limited to 'README.mailserver')
-rw-r--r--README.mailserver7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.mailserver b/README.mailserver
index e3b51ce..9882435 100644
--- a/README.mailserver
+++ b/README.mailserver
@@ -3,11 +3,12 @@ Mail server support by James Bourne <jbourne@hardrock.org>
If you are running warnquota on a mail server you need to be able to tell
warnquota not to send mail when the users quota is either over the hard
limit or past the grace period. So, to do this add the value:
-MAILSERV = true
+MAILDEV = any
into /etc/warnquota.conf and warnquota will not send mail to those users.
If you have only a single partition you wish to apply this rule to, use the
device name as the argument to the MAILSERV configuration variable list
this:
-MAILSERV = /dev/sdb1
-
+MAILDEV = /dev/sdb1
+Please note that specifying checking of mail device may slow down things
+considerably...