Another cannot send email externally thread.
I can send locally, receive from everywhere but I still can't send from email clients such as Thunderbird.
Could I please get some guidance?
fabian
2 Replies
A big help would be editing your postfix master.cf file and adding a '-v' switch to the 'submission' or 'smtps' entry, like so:
Reload postfix (something like 'postfix reload' as root) and try to send mail again. Then pastebin the log entry (
After restarting the postfix service (this time -v) I got a
warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
I checked the SASL configuration and found a typo on
OPTIONS="-c -m /var/spool/postfix/var/run/saslauth -r"
missing a "d"…
It's all happiness now. Thank you, derfy.