Postfix/Dovecot - warning: SASL: Connect to private/auth failed: No such file or directory
Error: Postfix/Dovecot - warning: SASL: Connect to private/auth failed: No such file or directoryYou have the following error messages in your mail log: Aug 23 15:55:01 server1 postfix/smtpd[15194]: warning: SASL: Connect to private/auth failed: No such file or directory
SolutionOpen your dovecot.conf (/etc/dovecot.conf or /etc/dovecot/dovecot.conf, depending on your distribution) and make sure you have the following lines in it: [...]
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
[...]
Restart Dovecot. Then check if /var/spool/postfix/private/auth got created: ls -l /var/spool/postfix/private/auth Also make sure you have [...] queue_directory = /var/spool/postfix [...] in /etc/postfix/main.cf. If not, add it and restart Postfix.
|



Recent comments
1 day 12 hours ago
1 day 21 hours ago
2 days 19 min ago
2 days 1 hour ago
2 days 2 hours ago
2 days 4 hours ago
2 days 6 hours ago
2 days 7 hours ago
2 days 23 hours ago
3 days 4 min ago