# 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-5-vserver-amd64 x86_64 Debian 7.3 ufs # See http://help.directadmin.com/item.php?id=348 listen = * auth_mechanisms = plain login log_timestamp = "%Y-%m-%d %H:%M:%S " login_log_format_elements = user=<%%u> method=%m %c mail_location = maildir:/var/mail/virtual/%u mail_privileged_group = mail passdb { args = /etc/dovecot/dovecot-sql.conf driver = sql } plugin { sieve = ~/.dovecot.sieve sieve_storage = ~/sieve } protocols = imap service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } unix_listener auth-master { group = mail mode = 0600 user = vmail } user = root } # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before # dropping root privileges, so keep the key file unreadable by anyone but # root. ssl_cert = } # Should saving a mail to a non-existing mailbox automatically create it? lda_mailbox_autocreate = yes