Subject: Re: SMTP AUTH (sendmail sasl) LDAP?
To: Ron Roskens <roskens@colltech.com>
From: Stephen M. Jones <smj@cirr.com>
List: tech-net
Date: 08/28/2002 14:41:17
> The RunAsUser needs to have read access on the sasldb.
I currently don't have this define and I would think it
is running as 'daemon' as that owner of files sendmail
will create ..
> you might need a /usr/lib/sasl/smtpd.conf with:
> pwcheck_method: sasldb
I've seen this mentioned as Sendmail.conf as well .. and
why in the lib dir? WHen built from pkgsrc it is installed
in /usr/pkg ..
With the sasldb is an AuthFile even necessary in /etc/mail ?
> Check out this sendmail.net link for a good sendmail debugging:
> http://sendmail.net/usingsmtpauth.shtml
Thank you.