diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-03 11:19:42 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-03 11:19:42 +0100 |
commit | 6764a33c367188f5aa0eb5e9a682797e8cc7b149 (patch) | |
tree | 1c24192e2bc72c4155bc238950c478263d4ea7c0 /share/templates/imapd.conf.tpl | |
parent | b152dd98b3a53ae3b91474e36eea50145a2b0649 (diff) | |
download | pykolab-6764a33c367188f5aa0eb5e9a682797e8cc7b149.tar.gz |
Add cyrus.conf and imapd.conf templates
Diffstat (limited to 'share/templates/imapd.conf.tpl')
-rw-r--r-- | share/templates/imapd.conf.tpl | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/share/templates/imapd.conf.tpl b/share/templates/imapd.conf.tpl new file mode 100644 index 0000000..fc41387 --- /dev/null +++ b/share/templates/imapd.conf.tpl @@ -0,0 +1,50 @@ +configdirectory: /var/lib/imap +partition-default: /var/spool/imap +admins: $admins +sievedir: /var/lib/imap/sieve +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/tls/certs/ca-bundle.crt +# uncomment this if you're operating in a DSCP environment (RFC-4594) +# qosmarking: af13 +auth_mech: pts +pts_module: ldap +ldap_servers: $ldap_servers +ldap_sasl: 0 +ldap_base: $ldap_base +ldap_bind_dn: $ldap_bind_dn +ldap_password: $ldap_password +ldap_filter: $ldap_filter +ldap_user_attribute: $ldap_user_attribute +ldap_group_base: $ldap_group_base +ldap_group_filter: $ldap_group_filter +ldap_group_scope: $ldap_group_scope +ldap_member_base: $ldap_member_base +ldap_member_method: $ldap_member_method +ldap_member_attribute: $ldap_member_attribute +ldap_restart: 1 +ldap_timeout: 10 +ldap_time_limit: 10 +unixhierarchysep: 1 +virtdomains: userid +annotation_definitions: /etc/imapd.annotations.conf +sieve_extensions: fileinto reject vacation imapflags notify envelope include relational regex subaddress copy +allowallsubscribe: 0 +allowusermoves: 1 +altnamespace: 1 +hashimapspool: 1 +anysievefolder: 1 +fulldirhash: 0 +sieveusehomedir: 0 +sieve_allowreferrals: 0 +lmtp_downcase_rcpt: 1 +lmtp_fuzzy_mailbox_match: 1 +username_tolower: 1 +deletedprefix: DELETED +delete_mode: delayed +expunge_mode: delayed +flushseenstate: 1 |