From 9269176584e5a425a6336b8c83deff5601bd932d Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Thu, 2 Jul 2015 10:12:28 +0200 Subject: Add the configuration segment for autoconf --- conf/kolab.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'conf') 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 -- cgit v1.1