Powiadomienia
Wyczyść wszystko
BugOverflow
1
Wpisy
1
Użytkownicy
0
Reactions
2,362
Widoki
0
30/07/2015 9:29 pm
Rozpoczynający temat
ERROR: Postfix: no SASL authentication mechanisms or SASL: Connect to smtpd failed: No such file or directory
1 odpowiedź
0
30/07/2015 9:29 pm
Rozpoczynający temat
to posftix main.cf add
smtpd_sasl_path = private/auth
edit dovecot conf file, 10-master.conf and add that code
unix_listener /var/spool/postfix/private/auth { mode = 0666 }
restart postfix and dovecot