* On Fri, Apr 13, 2007 at 02:38:53PM +1000, Tony Green wrote:
> I've got an issue trying to get SMTP auth working on a 6.10 ubuntu server.
>  I've got it working on 6.06, but I'm banging my head against a wall
> trying it in 6.10.
> 
> Basically, I get "535 5.7.0 Error: authentication failed: authentication
> failure" when I try to authenticate using SMTP AUTH
> 
> My initial feeling is that SASL isn't reading the
> /etc/postfix/sasl/smtpd.conf.  I've set that file to:
> pwcheck_method: saslauthd
> mech_list: plain login

If you feel it isn't reading the conf file, could it be errors related
to postfix chrooting? On my server I do this in /etc/fstab, so postfix
can access saslauthd:

/var/run/saslauthd    /var/spool/postfix/var/run/saslauthd    none rw,bind    0 
0 

Also, is postfix a member of the sasl group?

$ grep sasl /etc/group
sasl:!:45:smmta,smmsp,postfix

--
Sonia Hamilton                   |  GNU/Linux - 'free' as in
                                 |  free speech, not free beer.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to