diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-10-30 14:47:38 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-10-30 14:48:16 +0100 |
commit | 744579ee5923eb3ba75439e96c8393e4ac9592a9 (patch) | |
tree | 1530dc2411ababd4c209f8e8f096bb43dacfd1e7 /share | |
parent | 76dae9592d018209eb76802592e7987560fc10ad (diff) | |
download | pykolab-744579ee5923eb3ba75439e96c8393e4ac9592a9.tar.gz |
Update imapd.conf.tpl template to reflect changes in Cyrus IMAP
Diffstat (limited to 'share')
-rw-r--r-- | share/templates/imapd.conf.tpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/templates/imapd.conf.tpl b/share/templates/imapd.conf.tpl index a43aad9..194135e 100644 --- a/share/templates/imapd.conf.tpl +++ b/share/templates/imapd.conf.tpl @@ -6,9 +6,8 @@ sendmail: /usr/sbin/sendmail sasl_pwcheck_method: auxprop saslauthd sasl_mech_list: PLAIN LOGIN allowplaintext: no -tls_cert_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem -tls_key_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem -tls_ca_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem +tls_server_cert: /etc/pki/cyrus-imapd/cyrus-imapd.pem +tls_server_key: /etc/pki/cyrus-imapd/cyrus-imapd.pem # uncomment this if you're operating in a DSCP environment (RFC-4594) # qosmarking: af13 auth_mech: pts @@ -47,5 +46,4 @@ username_tolower: 1 deletedprefix: DELETED delete_mode: delayed expunge_mode: delayed -flushseenstate: 1 postuser: shared |