I think I followed the instructions carefully. I did everything but the ispconfig setup. I can retrieve email from imap account no problem. But when I try to send I get the password prompt in thunderbird again, the password that I type is not excepted. below is the log Code: Jun 28 00:54:04 svr1 postfix/smtpd[21188]: connect from unknown[ 192.168.1.10] Jun 28 00:54:04 svr1 postfix/smtpd[21188]: setting up TLS connection from unknown[ 192.168.1.10] Jun 28 00:54:04 svr1 postfix/smtpd[21188]: TLS connection established from unknown[ 192.168.1.10]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits) Jun 28 00:54:17 svr1 postfix/smtpd[21188]: warning: SASL authentication failure: Password verification failed Jun 28 00:54:17 svr1 postfix/smtpd[21188]: warning: unknown[ 192.168.1.10]: SASL PLAIN authentication failed Jun 28 00:54:18 svr1 postfix/smtpd[21188]: warning: unknown[ 192.168.1.10]: SASL LOGIN authentication failed Jun 28 00:55:16 svr1 postfix/smtpd[21188]: lost connection after AUTH from unknown[ 192.168.1.10] Jun 28 00:55:16 svr1 postfix/smtpd[21188]: disconnect from unknown[ 192.168.1.10] Almost got it working, any ideas would be great. The Idol
Are you sure you use the correct username and password? Is saslauthd running? What's the output of Code: telnet localhost 25 and then Code: ehlo localhost ?