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. Can you also show the output (with mangled password) of your sasl_passwd file? -- Sahil Tandon <[EMAIL PROTECTED]>