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
13 hours 40 min ago
15 hours 15 min ago
19 hours 35 min ago
23 hours 26 min ago
1 day 11 hours ago
1 day 17 hours ago
1 day 19 hours ago
1 day 21 hours ago
1 day 21 hours ago
1 day 22 hours ago