summaryrefslogtreecommitdiff
path: root/dbmail.conf
diff options
context:
space:
mode:
authorCarlos Hanson <carlos.hanson@gmail.com>2009-01-29 09:34:11 +0100
committerPaul J Stevens <paul@nfg.nl>2009-01-29 11:31:36 +0100
commit32928e9de90491f0819f5075339c8a0521172e15 (patch)
treef289703b8dc70139a14eb3ca8ce7cedc143b455c /dbmail.conf
parent9e0f5d6553f0a1d5d1ded53721fa40827bff835d (diff)
add REFERRALS options to LDAP configuration
Signed-off-by: Paul J Stevens <paul@nfg.nl>
Diffstat (limited to 'dbmail.conf')
-rw-r--r--dbmail.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/dbmail.conf b/dbmail.conf
index 411db1c4..b1fa306f 100644
--- a/dbmail.conf
+++ b/dbmail.conf
@@ -290,6 +290,13 @@ bind_dn =
#
bind_pw =
scope = SubTree
+
+# AD users may want to set this to 'no' to disable
+# ldap referrals if you are seeing 'Operations errors'
+# in your logs
+#
+referrals = yes
+
user_objectclass = top,account,dbmailUser
forw_objectclass = top,account,dbmailForwardingAddress
cn_string = uid
@@ -302,22 +309,17 @@ field_cid = gidNumber
min_cid = 10000
max_cid = 15000
-#
# a comma-separated list of attributes to match when searching
# for users or forwards that match a delivery address. A match
# on any of them is a hit.
-#
field_mail = mail
-#
# field that holds the mail-quota size for a user.
field_quota = mailQuota
-#
# field that holds the forwarding address.
field_fwdtarget = mailForwardingAddress
-#
# override the query string used to search for users
# or forwards with a delivery address.
# query_string = (mail=%s)