# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.21 (92477967) listen = *, :: # For SSL need to setup a certificate # See https://wiki.dovecot.org/SSL/DovecotConfiguration ssl = no # Disable plaintext to prevent a warning at each login disable_plaintext_auth = yes auth_mechanisms = cram-md5 auth_username_format = %u auth_verbose = yes auth_debug = yes auth_failure_delay = 1secs # This need dovecot 2.3.12. # login_proxy_timeout = 500milliseconds # ^ This would allow to kill login processes early, but needs testing. So would use v instead # login_proxy_timeout = 5s # There is a 1 second delay between each reconnection attempt. # https://doc.dovecot.org/settings/core/#login-proxy-max-reconnects # This need dovecot 2.3.12. # login_proxy_max_reconnects = 3 # Log config log_path = /var/log/dovecot.log # If not set, use the value from log_path info_log_path = /var/log/dovecot-info.log # If not set, use the value from info_log_path debug_log_path = /var/log/dovecot-debug.log ## Mailbox locations and namespaces mail_location = maildir:/var/vmail/dovecot/mail/%d/%n/Maildir passdb { args = scheme=cram-md5 /etc/dovecot/dovecotpass driver = passwd-file } protocols = imap service auth { user = root } userdb { args = /etc/dovecot/dovecotpass driver = passwd-file override_fields = home=/var/vmail/dovecot/mail/%d/%n }