diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-08-26 10:17:37 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-08-26 10:17:37 +0100 |
commit | e2f75e06656c1bd0cd0cecb4a99b8220f468fd8d (patch) | |
tree | f0ac19bdd7be13845c8a706df50f37333bf02a86 /conf/kolab.conf | |
download | pykolab-e2f75e06656c1bd0cd0cecb4a99b8220f468fd8d.tar.gz |
Initial commit
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 + |