diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-07-02 10:12:28 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-07-02 10:12:54 +0200 |
commit | 9269176584e5a425a6336b8c83deff5601bd932d (patch) | |
tree | 18b2bc47536f38254c63c1a94166b48900f26cfe | |
parent | 1042a4cc53020ee39ce6ad693588ed01b94c19e7 (diff) | |
download | pykolab-9269176584e5a425a6336b8c83deff5601bd932d.tar.gz |
Add the configuration segment for autoconf
-rw-r--r-- | conf/kolab.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 652ab36..a96edcd 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -140,6 +140,25 @@ autocreate_folders = { }, } +[autodiscover] + +; service hosts (%d will be replaced by user domain) +; for imap/pop3/smtp protocol prefix and port is required +activesync = activesync.%d +imap = ssl://imap.%d:993 +pop3 = ssl://pop3.%d:995 +smtp = ssl://smtp.%d:465 + +; LDAP attribute used as login +login_attribute = mail + +; optional service name +service_name = Kolab Groupware +service_short = Kolab + +; enables HTTP/LDAP debugging +;debug_mode = trace + [imap] virtual_domains = userid |