diff options
Diffstat (limited to 'conf/kolab.conf')
-rw-r--r-- | conf/kolab.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf new file mode 100644 index 0000000..a8897f0 --- /dev/null +++ b/conf/kolab.conf @@ -0,0 +1,20 @@ +[postfix] +leave_this_one_to_me = why_dont_cha + +[mysql] +db_uri = mysql://username:password@hostname/database + +[kolab] +imap_backend = cyrus-imap +auth_mechanism = ldap +mta = postfix +archving = openbenno + +[ldap] +user_base_dn = ou=People,%(base_dn)s +base_dn = dc=localdomain +uri = ldap://localhost +bind_dn = cn=Directory Manager +group_base_dn = ou=Groups,%(base_dn)s +bind_pw = verysecret + |