SMTP HELP!
With a mail client I can get the email with POP but I cannot send anything the maillog shows the following error when i try:
warning: SASL authentication failure: Password verification failed
Please help.
1 Reply
The problem is that my usernames for the email accounts are in format
I had to go to do the following
Go to:
/etc/sysconfig/saslauthd
At the bottom where it says "FLAGS=", change that line to read:
FLAGS=-r
Then, restart saslauthd with:
/etc/init.d/saslauthd restart
At that point, it should allow you to login with user@domain username formats.
This seems to have sorted it all out, if anything is wrong with this please let me know.