* David Brown <geezens...@gmail.com>: > Hello, I have recently replaced my old postfix with 2.7.0. And, for the > first time I am trying to use IMAP (dovecot). Receiving email is OK but I > cannot send because of the relay domains issue. Attempts to use SASL with > postfix presents problems I don' t know how to resolve. I havev Google SASL > related issues extensively and it appears that are many ways to install and > configure SASL but an exact path is not available. Any suggestions would be > greatly appreciated. Here is my telnet session: > > telnet myhost.com smtp > Trying www.xxx.yyy.zzz... > Connected to myhost.com. > Escape character is '^]'. > 220 myhost.com ESMTP Postfix (Ubuntu) > mail from:mys...@myhost.com > 250 2.1.0 Ok > rcpt to:mys...@myhost.com > 250 2.1.5 Ok > auth plain AGRhdmlkQGRhdmlkd2Jyb3duLm5hbWUAbHV0ZWZpc2s= > 535 5.7.8 Error: authentication failed: authentication failure
What's the content of smtpd.conf? You're on Ubuntu? Is user postfix in group sasl? Are you running Postfix chrooted? Then move /etc/sasldb2 into the chroot. AND... you might want to change the password for your authentication ID, now that you have posted the base64 encoded version to the mailing list. p@rick -- All technical questions asked privately will be automatically answered on the list and archived for public access unless privacy is explicitely required and justified. saslfinger (debugging SMTP AUTH): <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>