NetBSD-Users archive

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

Re: postfix smpt auth no worthy mechs found



On Thu, Jan 27, 2011 at 07:48:58PM -0800, queshaw%sonic.net@localhost wrote:
> maps_find: smtp_sasl_passwd:
> hash:/usr/pkg/etc/postfix/sasl_passwd(0,lock|fold_fix):
> smtp.comcast.net:587 = <user>:<passwd>
> 
> followed by no worthy mechs found.
> 
> So, maybe postfix won't use port 587?

No, that works fine for me. Please try this in "main.cf":

relayhost = [smtp.comcast.net]:587

And "/usr/pkg/etc/postfix/sasl_passwd" must look like this:

[smtp.comcast.net]:587          <user>:<passwd>

There must be in particular no equal sign in "sasl_passwd".

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/


Home | Main Index | Thread Index | Old Index