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. > mail.log: > Oct 20 20:45:26 toots postfix/qmgr[24000]: BEDE4263ED: > from=<[email protected]>, size=602, nrcpt=1 (queue active) > Oct 20 20:45:27 toots postfix/smtp[24024]: BEDE4263ED: > to=<[email protected]>, > relay=smtp.broadband.rogers.com[206.190.36.18]:25, delay=0.38, > delays=0.02/0/0.29/0.07, dsn=5.0.0, status=bounced (host > smtp.broadband.rogers.com[206.190.36.18] said: 530 authentication > required - for help go to > http://help.yahoo.com/help/us/mail/pop/pop-11.html (in reply to MAIL > FROM command)) This makes sense in light of the above. -- Sahil Tandon <[email protected]>
