summaryrefslogtreecommitdiff
path: root/dbmail.conf
diff options
context:
space:
mode:
authorAxel Steiner <ast@treibsand.com>2008-12-28 17:46:36 +0100
committerPaul J Stevens <paul@nfg.nl>2008-12-28 17:48:32 +0100
commit19559570fcbab767ef54049685edc4b61b52f703 (patch)
tree83feb72f76225c7c98d3bb25b6e751791be62867 /dbmail.conf
parent40adcfd891d891a8a623f742919763ba157a93b7 (diff)
include support for custom ldap query when searching for users
(closes bug: $747) Signed-off-by: Paul J Stevens <paul@nfg.nl>
Diffstat (limited to 'dbmail.conf')
-rw-r--r--dbmail.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/dbmail.conf b/dbmail.conf
index 197b9cc6..c8bfc2ba 100644
--- a/dbmail.conf
+++ b/dbmail.conf
@@ -301,10 +301,27 @@ max_nid = 15000
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)
+
[DELIVERY]
#
# Run Sieve scripts as messages are delivered.