I've been having an issue sending emails and have looked online for the past few weeks and while I have learned a lot I still haven't been able to resolve my issue. Any help would be greatly appreciated. I'm able to receive emails but I'm unable to send email. I do not understand why the log states 'password matches successfully' and 'Authenticated' then reports 'SASL authentication failure: could not verify password'. I've set my log levels to: /opt/local/etc/postfix/main.cf smtpd_tls_loglevel = 3 /opt/local/etc/authlib/authdaemonrc DEBUG_LOGIN=7 /opt/local/etc/sasl2/smtpd.conf log_level: 7 Operating System: Solaris tail -f /var/log/auth.log partial when attempting to send email does not show anything changes when I try sending. tail -f /var/log/courier.log partial when attempting to send email does not show anything changes when I try sending. tail -f /var/log/postfix partial when attempting to send email Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.debug] received auth request, service=smtp, authtype=login Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.debug] authshadow: trying this module Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.debug] authshadow: sysusername=tester01-example, sysuserid=<null>, sysgroupid=1003, homedir=/home/example.com/homes/tester01, address=tester01-example, fullname=Tester, maildir=<null>, quota=<null>, options=<null> Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.debug] authshadow: clearpasswd=<null>, passwd=x Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.debug] password matches successfully Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.info] Authenticated: sysusername=tester01-example, sysuserid=<null>, sysgroupid=1003, homedir=/home/example.com/homes/tester01, address=tester01-example, fullname=Tester, maildir=<null>, quota=<null>, options=<null> Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.info] Authenticated: clearpasswd=hidden_clear_password, passwd=hidden_encrypted_password Sep 25 07:10:55 example.com postfix/smtpd[63124]: [ID 947731 mail.warning] warning: SASL authentication failure: could not verify password Sep 25 07:10:55 example.com postfix/smtpd[63124]: [ID 947731 mail.warning] warning: SASL authentication failure: Password verification failed Sep 25 07:10:55 example.com postfix/smtpd[63124]: [ID 947731 mail.warning] warning: my_network_provider[my_ip]: SASL PLAIN authentication failed: generic failure Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.debug] received auth request, service=smtp, authtype=login Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.debug] authshadow: trying this module Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.debug] authshadow: sysusername=tester01-example, sysuserid=<null>, sysgroupid=1003, homedir=/home/example.com/homes/tester01, address=tester01-example, fullname=Tester, maildir=<null>, quota=<null>, options=<null> Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.debug] authshadow: clearpasswd=<null>, passwd=x Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.debug] password matches successfully Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.info] Authenticated: sysusername=tester01-example, sysuserid=<null>, sysgroupid=1003, homedir=/home/example.com/homes/tester01, address=tester01-example, fullname=Tester, maildir=<null>, quota=<null>, options=<null> Sep 25 07:10:55 example.com authdaemond: [ID 702911 mail.info] Authenticated: clearpasswd=hidden_clear_password, passwd=hidden_encrypted_password Sep 25 07:10:55 example.com postfix/smtpd[63124]: [ID 947731 mail.warning] warning: SASL authentication failure: could not verify password Sep 25 07:10:55 example.com postfix/smtpd[63124]: [ID 947731 mail.warning] warning: my_network_provider[my_ip]: SASL LOGIN authentication failed: generic failure tail -f /var/log/syslog partial when attempting to send email Sep 25 07:13:10 example.com authdaemond: [ID 702911 mail.debug] received auth request, service=smtp, authtype=login Sep 25 07:13:10 example.com authdaemond: [ID 702911 mail.debug] authshadow: trying this module Sep 25 07:13:10 example.com authdaemond: [ID 702911 mail.debug] authshadow: sysusername=tester01-example, sysuserid=<null>, sysgroupid=1003, homedir=/home/example.com/homes/tester01, address=tester01-example, fullname=Tester, maildir=<null>, quota=<null>, options=<null> Sep 25 07:13:10 example.com authdaemond: [ID 702911 mail.debug] authshadow: clearpasswd=<null>, passwd=x Sep 25 07:13:10 example.com authdaemond: [ID 702911 mail.debug] password matches successfully Sep 25 07:13:10 example.com authdaemond: [ID 702911 mail.info] Authenticated: sysusername=tester01-example, sysuserid=<null>, sysgroupid=1003, homedir=/home/example.com/homes/tester01, address=tester01-example, fullname=Tester, maildir=<null>, quota=<null>, options=<null> Sep 25 07:13:10 example.com postfix/smtpd[63124]: [ID 947731 mail.warning] warning: SASL authentication failure: could not verify password Sep 25 07:13:10 example.com authdaemond: [ID 702911 mail.info] Authenticated: clearpasswd=hidden_clear_password, passwd=hidden_encrypted_password Sep 25 07:13:10 example.com postfix/smtpd[63124]: [ID 947731 mail.warning] warning: my_network_provider[my_ip]: SASL LOGIN authentication failed: generic failure Why would it report it as 'password matches successfully' and 'Authenticated' then report 'SASL authentication failure: could not verify password'? Please note this is similar repost/update to the post http://asg.andrew.cmu.edu/archive/message.php?mailbox=archive.cyrus-sasl&msg=10168 an issue prevents me from replying to the original post.