summaryrefslogtreecommitdiff
path: root/warnquota.conf
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2004-01-05 09:34:42 +0000
committerjkar8572 <jkar8572>2004-01-05 09:34:42 +0000
commit07c4d96601d69b589321316a2c46cc839d2448b2 (patch)
treecb07ac47bce6cfe8cc32ffb1ff8ccac386db2641 /warnquota.conf
parentac836075998abb743c0f53f66d45db2d504f5485 (diff)
warnquota(8) supports getting of e-mail address via LDAP (James Bourne)
warnquota(8) supports checking whether user is not over quota on mail partition (James Bourne) fixed typo in quotacheck.8 (Noel Koethe)
Diffstat (limited to 'warnquota.conf')
-rw-r--r--warnquota.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/warnquota.conf b/warnquota.conf
index b31fef2..ee8a24d 100644
--- a/warnquota.conf
+++ b/warnquota.conf
@@ -27,5 +27,32 @@ I chose you to do the cleanup.|Delete group files on following filesystems:|
# and PHONE is created).
GROUP_SIGNATURE = See you!| Your admin|
#
+#If you are running warnquota on a mail server, and don't want bounces
+#because clients can not receive mail setting this to true will cause
+#warnquota to not send them mail for all devices. If you set this to the
+#device name (for example /dev/hdb1) then they will not be sent mail if they
+#are overquota on that device only, and will be sent mail for all other
+#devices.
+#MAILSERV = "false"
+#
+# If you are using LDAP mail lookups.
+# host, port, tls, binddn, and bindpw are straight forward.
+# LDAP_BASEDN is your search base dn
+# LDAP_SEARCH_ATTRIBUTE is the attr for the value you are looking for
+# LDAP_MAIL_ATTRIBUTE is the attribute you want used for the mail address
+# LDAP_DEFAULT_MAIL_DOMAIN is the default domain
+# if the attribute isn't found
+# if binddn and bindpw are blank or left out, an anonymous bind is used
+#
+# LDAP_MAIL = false # or false if you don't want to use it
+# LDAP_HOST = ldap
+# LDAP_PORT = 389
+# LDAP_BINDDN = uid=ReadOnlyUser,o=YourOrg
+# LDAP_BINDPW = YourReadOnlyUserPassword
+# LDAP_BASEDN = YourSearchBase
+# LDAP_SEARCH_ATTRIBUTE = uid
+# LDAP_MAIL_ATTRIBUTE = mailLocalAddress
+# LDAP_DEFAULT_MAIL_DOMAIN = YourDefaultMailDomain.com
+#
# end of example warnquota.conf file
#