Skip to content

Instantly share code, notes, and snippets.

@scriptum
Created June 9, 2017 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scriptum/5c0a4bd1ad96b85b6925a5aa3e5aa4a0 to your computer and use it in GitHub Desktop.
Save scriptum/5c0a4bd1ad96b85b6925a5aa3e5aa4a0 to your computer and use it in GitHub Desktop.
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