diff options
author | Yang Lin <lin.a.yang@intel.com> | 2012-05-30 19:43:21 +0800 |
---|---|---|
committer | Yang Lin <lin.a.yang@intel.com> | 2012-05-30 19:43:21 +0800 |
commit | 8c82de96cd23e4823a2d29eb2de2295c0866b0c9 (patch) | |
tree | 4c255e87442eb17f710f1674e13303ff56be0c7a /README.mailserver | |
download | quota-8c82de96cd23e4823a2d29eb2de2295c0866b0c9.tar.gz quota-8c82de96cd23e4823a2d29eb2de2295c0866b0c9.tar.bz2 quota-8c82de96cd23e4823a2d29eb2de2295c0866b0c9.zip |
Initial commit to Gerrittizen/20120530.11.0_branch1.0
Diffstat (limited to 'README.mailserver')
-rw-r--r-- | README.mailserver | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.mailserver b/README.mailserver new file mode 100644 index 0000000..9882435 --- /dev/null +++ b/README.mailserver @@ -0,0 +1,14 @@ +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: +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: +MAILDEV = /dev/sdb1 +Please note that specifying checking of mail device may slow down things +considerably... |