diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-06-21 10:18:44 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-06-21 10:18:44 +0100 |
commit | 0c4f845ce0441feec565a0ab5a521377d949a2e2 (patch) | |
tree | c45e4d711367eaa7989787e3e7ddc35325cf1de3 /conf | |
parent | 52fae42619833a394dde8cf755dd4f77da52c7d4 (diff) | |
download | pykolab-0c4f845ce0441feec565a0ab5a521377d949a2e2.tar.gz |
Add mailserver_attribute to the default configuration
Diffstat (limited to 'conf')
-rw-r--r-- | conf/kolab.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 1608a75..2b70116 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -128,6 +128,9 @@ unique_attribute = nsuniqueid ; a recipient policy. mail_attributes = mail, alias +; The attribute that holds the FQDN to the mail server the folder exists on +mailserver_attribute = mailhost + ; Attributes that hold valid authentication login names. Use 'mail', 'alias' and ; optionally 'uid' (the uid is marked as an auth_attribute automatically), so ; that a user can login with; |