protocols = imap # It's nice to have separate log files for Dovecot. You could do this # by changing syslog configuration also, but this is easier. log_path = /var/log/dovecot.log info_log_path = /var/log/dovecot-info.log # Disable SSL for now. ssl = no disable_plaintext_auth = no # We're using Maildir format mail_location = maildir:~/Maildir # Authentication configuration: auth_verbose = yes auth_mechanisms = plain passdb { driver = passwd-file args = /srv/vmail/passwd } userdb { driver = static args = uid=vmail gid=vmail home=/srv/vmail/%u }