On Tue, Feb 03, 2015 at 05:54:00PM -0800, Jim McCorison wrote:
> I am trying to get a new installation of postfix up and running. The
> specifics are:
> Raspbian Wheezy
> Postfix 2.9.6
> All updates are current
>
> I have configured it using sasl to connect to an SMTP server via port 587. I
> have configured the SMTP server and its associated username:password in the
> sasl_passwd file and run postmap against. If I run:
>
> postmap -q [servername]:587 /etc/postfix/sasl_passwd
>
> It gives me the correct username:password. However when I attempt to send
> mail Postfix attempts to authenticate using the login name of the user
> sending the mail instead of the username specified in sasl_passwd.
>
> Any thoughts?
1. http://www.postfix.org/DEBUG_README.html#mail
2. You're mistaken.
3. You've also configured, but failed to mention:
smtp_sender_dependent_authentication = yes
http://www.postfix.org/SASL_README.html#client_sasl_sender
--
Viktor.