* Sahil Tandon <postfix-users@postfix.org>:
> Drew Tomlinson <[EMAIL PROTECTED]> wrote:
> 
> > My ISP has implemented SASL AUTH on its smtp server.  Thus I now have to 
> > setup my postfix client to provide login information.  I've read the docs 
> > and added the relevant lines to my main.cf file.
> >
> > The SASL AUTH part seems to be working but I keep getting errors about 
> > "Recipient address rejected: Relay access denied".  However I can send mail 
> > to my ISP's smtpauth server via Mozilla Thunderbird client on a Windows XP 
> > box to the exact same addresses.
> 
> [...]
> 
> > smtpd_sasl_auth_enable = yes
> 
> You have this (which enables SASL on your *server*), but I did not see
> "smtp_sasl_auth_enable = yes" in your postconf -n output.  smtp ==
> client; smtpd == server.

That's correct!

-- active SMTP AUTH and TLS parameters for smtp --
relayhost = smtpauth.surewest.net
smtp_sasl_mechanism_filter = plain
smtp_sasl_password_maps = hash:/usr/local/etc/postfix/sasl_passwd
smtp_sasl_type = cyrus
smtp_tls_note_starttls_offer = yes
smtp_tls_security_level = may


The OP should set:

smtp_sasl_auth_enable = yes

[EMAIL PROTECTED]

-- 
The Book of Postfix
<http://www.postfix-book.com>
saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>

Reply via email to