Gentoo Archives: gentoo-server

From: Jose Gonzalez Gomez <jgonzalez@×××××××××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] postfix + pam auth (sasl) ('unknown password verifier'?)
Date: Thu, 02 Sep 2004 09:54:05
Message-Id: 4136EDB6.60803@opentechnet.com
In Reply to: Re: [gentoo-server] postfix + pam auth (sasl) ('unknown password verifier'?) by cparpart@surakware.net
1 cparpart@×××××××××.net wrote:
2
3 >Jose Gonzalez Gomez said:
4 >
5 >
6 >>cparpart@×××××××××.net wrote:
7 >>
8 >>
9 >>>sws ~ # cat /etc/sasl/smtpd.conf
10 >>>pwcheck_method:pam
11 >>>mech_list: LOGIN PLAIN
12 >>>
13 >>>
14 >>>
15 >>>
16 >> Is this correct? Mine is in /etc/sasl2/smtpd.conf
17 >>
18 >>
19 >
20 >Um, sorry, yes, I meant /etc/sasl2/smtp.conf, of course. I checked it
21 >right now. The problem is still there.
22 >I guess you have it running well? What's the difference between our
23 >configuration? or, how exactly is yours?
24 >
25 >Thanks,
26 >Christian Parpart.
27 >
28 >
29 >
30 >
31 Yes, I have it running... my configuration (I use Kerberos):
32
33 commserver root # grep sasl /etc/postfix/main.cf
34 smtpd_sasl_auth_enable = yes
35 smtpd_sasl_application_name = smtpd
36 smtpd_sasl_local_domain =
37 smtpd_recipient_restrictions = permit_mynetworks,
38 permit_sasl_authenticated, check_relay_domains
39 broken_sasl_auth_clients = yes
40
41 commserver root # cat /etc/sasl2/smtpd.conf
42 pwcheck_method: saslauthd
43 mech_list: gssapi plain login
44
45 commserver root # cat /etc/conf.d/saslauthd
46 SASLAUTHD_OPTS="${SASLAUTH_MECH} -a kerberos5"
47
48 Best regards
49 Jose