Created
June 9, 2017 06:11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configdirectory: /var/lib/imap | |
partition-default: /var/spool/imap | |
admins: cyrus | |
sievedir: /var/lib/imap/sieve | |
sendmail: /usr/sbin/sendmail | |
hashimapspool: true | |
sasl_pwcheck_method: saslauthd | |
sasl_mech_list: PLAIN LOGIN | |
allowplaintext: no | |
defaultdomain: my.domain | |
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 | |
autocreate_quota: 10000 | |
allowanonymouslogin: no | |
autocreate_post: 1 | |
autocreate_inbox_folders: Archives | Sent | Queue | Drafts | Spam | Trash | |
autocreate_subscribe_sharedfolders: Archives | Sent | Queue | Drafts | Spam | Trash | |
autocreate_subscribe_folders: Sent | Queue | Drafts | Spam | Trash | |
# Use the UNIX separator character ’/’ for delimiting levels of mailbox hierarchy. | |
unixhierarchysep: 1 | |
# Use the alternate IMAP namespace, where personal folders reside at the same level in the hierarchy as INBOX. | |
altnamespace: 1 | |
autocreate_users: anyone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment