From 07c4d96601d69b589321316a2c46cc839d2448b2 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Mon, 5 Jan 2004 09:34:42 +0000 Subject: 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) --- warnquota.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'warnquota.conf') 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 # -- cgit v1.2.3