diff options
Diffstat (limited to 'conf')
-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 |