diff options
Diffstat (limited to 'conf/kolab.conf')
-rw-r--r-- | conf/kolab.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 8449e9b..5967860 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -1,10 +1,7 @@ -[postfix] -leave_this_one_to_me = why_dont_cha - [kolab] primary_domain = example.org -imap_backend = cyrus-imap auth_mechanism = ldap +imap_backend = cyrus-imap mta = postfix archving = openbenno @@ -22,12 +19,15 @@ kolab_domain_filter = (&(associatedDomain=*)) # This is what will be passed to domain_name_attribute = associateddomain domain_rootdn_attribute = inetdomainbasedn +quota_attribute = mailquota [cyrus-imap] uri = imaps://localhost:993 admin_login = cyrus-admin admin_passwd = VerySecret -quota_attribute = mailquota + +[postfix] +leave_this_one_to_me = why_dont_cha [cyrus-sasl] result_attribute = mail @@ -46,7 +46,7 @@ autocreate = { '/vendor/kolab/folder-test': "true", '/vendor/kolab/folder-type': "event.default", }, - 'acl': { + 'acls': { 'manager': 'lrs' } } |