diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-09-21 12:17:16 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-09-21 12:17:16 +0100 |
commit | 2733017d432ea32a0a7f42d164a70232364e8f60 (patch) | |
tree | adaedf3a191355710459cbc61b5200363f57b89e /conf | |
parent | 98cf1af6955eb35a8858b9cf3d7483f650a1c441 (diff) | |
download | pykolab-2733017d432ea32a0a7f42d164a70232364e8f60.tar.gz |
Add some words on kolab smtp access policy settings
Diffstat (limited to 'conf')
-rw-r--r-- | conf/kolab.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 558b551..03fa16f 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -21,6 +21,15 @@ domain_name_attribute = associateddomain domain_rootdn_attribute = inetdomainbasedn quota_attribute = mailquota +[kolab_smtp_access_database] +# We'll create a policy_result table +uri = mysql://user:pass@localhost/database +# Number of seconds to maintain the cache for +retention = 30 +# Comma and/or space seperated list of attributes to search for valid +# recipient and envelope sender addresses. +address_search_attrs=mail, alias + [cyrus-imap] uri = imaps://localhost:993 admin_login = cyrus-admin |