Skip to content
Snippets Groups Projects

Minimal Viable FSMPI Deployment

Merged Lars Beckers requested to merge fsmpi into master
18 files
+ 418
92
Compare changes
  • Side-by-side
  • Inline

Files

+ 19
0
@@ -31,3 +31,22 @@ dovecot_dsync_host_attribute: ansible_host
dovecot_content_filter: false
dovecot_spam_folder: Spam
dovecot_spam_user: "${1}" # debian-spamd
dovecot_sieve: 'file:~/sieve;active=~/.dovecot.sieve'
# These variables were introduced for compatibility to a certain setup.
# They may disappear without prior notice and/or may not work as expected.
dovecot_process_limit: 100
dovecot_client_limit: 1000
dovecot_disable_imap_starttls: false
dovecot_postfix_public_private_partnership: true
dovecot_imap_idle_interval: '29 mins'
dovecot_imap_max_userip_connections: 40
dovecot_lda_mailbox_autocreate: false
dovecot_lda_mailbox_autosubscribe: false
dovecot_auth_realms: []
dovecot_auth_default_realm: ''
dovecot_auth_krb5_keytab: ''
dovecot_auth_mechanisms:
- plain
dovecot_mail_namespaces: []
dovecot_special_mailbox_auto_subscribe: false
Loading