Postfix and Dovecot Integration
Connect SMTP AUTH and local delivery safely.
Production note: Back up configuration, run
postfix check, and stage changes before reloading.Dovecot authentication socket
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0660
user = postfix
group = postfix
}
}Postfix SASL settings
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/authLMTP delivery
virtual_transport = lmtp:unix:private/dovecot-lmtpVerification
Check socket permissions, Dovecot logs, Postfix chroot paths, and authentication with a controlled submission test.