[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: postfix relay smtp authentication



On Tue, 05 Dec 2006 19:55:39 -0500, Roberto C. Sanchez wrote:

>> I have been succesfully running postfix on Sarge as a local mailserver 
>> relaying all outbound mail (from multiple internal accounts) to my ISP.
>> 
>> However my ISP has just decided to require SMTP authentication.
>> 
> 
> Here is what I have done when I had an ISP that required SMTP AUTH:
> 
> # cat /etc/postfix/sasl_passwd
> upstream.mail.exchange                user@isp.tld:password
> 
> # grep -r sasl_passwd /etc/postfix/
> /etc/postfix/main.cf:smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
> 
> Then, make sure to run:
> 
> # postmap hash:/etc/postfix/sasl_passwd

what's the output of following command in your system?

 grep smtp_sasl /etc/postfix/main.cf

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/




Reply to: