This is a discussion on Re: Postfix smtpd's saslauthd setting within the mailing.postfix.users forums, part of the Mail Servers and Related category; * Jack Twilley <jmt@twilley.org> [041006 09:20]: > >What does /usr/local/lib/sasl2/smtpd.conf ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
* Jack Twilley <jmt@twilley.org> [041006 09:20]:
> >What does /usr/local/lib/sasl2/smtpd.conf read? > > > >p@rick > > > $ cat /usr/local/lib/sasl2/smtpd.conf > pwcheck_method: saslauthd > $ grep pwcheck_method /usr/local/etc/imapd.conf > sasl_pwcheck_method: saslauthd > $ > > I said as much in my first post on the topic. > > If they're both the same setting, why two different behaviors? You want to use sasldb, but not POSIX accounts right? There's two way to have SASL use sasldb. Either through saslauthd, which is limited to plaintext mechs or through auxprop:sasldb, which gives you plaintext and shared-secret mechs. I recommend auxprop. A good reason why it does not work with Postfix is Postfix running chrooted thus not finding smtpd.conf, which causes it to fall back to defaults that do not work (in this case). Does Postfix run chrooted? p@rick -- I take the freedom to ignore offlist messages. Open Source software requires open access to information that tells all of us how to run it. Don't deprive the community of that! SMTP AUTH howto & debug utility (saslfinger): <http://postfix.state-of-mind.de/patrick.koetter/> |