1# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf 2# Pigeonhole version 0.4.21 (92477967) 3listen = *, :: 4 5# To make authentication work 6ssl = no 7disable_plaintext_auth = no 8 9auth_mechanisms = plain cram-md5 10auth_username_format = %u 11auth_debug = yes 12auth_verbose = yes 13#log 14log_path = /var/log/dovecot.log 15# If not set, use the value from log_path 16info_log_path = /var/log/dovecot-info.log 17# If not set, use the value from info_log_path 18debug_log_path = /var/log/dovecot-debug.log 19## Mailbox locations and namespaces 20mail_location = maildir:/var/vmail/dovecot/mail/%d/%n/Maildir 21passdb { 22 args = scheme=cram-md5 /etc/dovecot/dovecotpass 23 driver = passwd-file 24} 25protocols = imap 26service auth { 27 user = root 28} 29userdb { 30 args = /etc/dovecot/dovecotpass 31 driver = passwd-file 32 override_fields = home=/var/vmail/dovecot/mail/%d/%n 33} 34