Sahil Tandon put forth on 10/20/2009 8:57 PM:
> On Tue, 20 Oct 2009, Michael Jean wrote:
> 
>> smtpd_sasl_auth_enable = yes
> 
> smtpd != smtp; you never enabled SASL for the smtp *client*.  Review the
> SASL_README, specifically the client section to which you have already
> been referred.
> 
>> sasl_passwd:
>> [smtp.broadband.rogers.com] michaeljean:mypassword
> 
> You do not define $smtp_sasl_password_maps, so the contents of this file
> are irrelevant.

I need to put this in a wiki, as this comes up frequently.  Answered it
twice in as many weeks recently:

/etc/postfix/main.cf

relayhost = [submission-relay.your-isp.tld]:587
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd

/etc/postfix/sasl_passwd

submission-relay.your-isp.tld   un...@your-isp.tld:password

*nix-host:/# postmap sasl_passwd
*nix-host:/# postfix reload

--
Stan

Reply via email to