# debug auth_debug = yes auth_debug_passwords= no mail_debug = no first_valid_uid = 8 #last_valid_uid = 8 postmaster_address = admin@example.com protocols = "imap lmtp pop3" auth_mechanisms = plain login disable_plaintext_auth = no #mail_location = maildir:/var/lib/vmail/%d/%n mail_location = maildir:/var/mail/domains/%u/ mail_gid = mail mail_uid = vmail namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { driver = sql args = /etc/dovecot/dovecot-sql-pgsql.conf } userdb { driver = sql args = /etc/dovecot/dovecot-sql-pgsql.conf } service auth { # Postfix smtp-auth unix_listener /var/spool/postfix/private/auth { mode = 0660 user = postfix group = postfix } } service imap { executable = imap } service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { mode = 0600 user = postfix group = postfix } } #ssl_cert =