kryo
25-11-2008, 17:11
Люди, помогите настроить saslauth2 для postfix. Собираюсь в качестве хранилища использовать генерируемый sasldb2.db
mcedit /usr/local/lib/sasl2/Sendmail.conf:
log_level: 3
pwcheck_method: auxprop
mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5
auxprop_plugin: sasldb
хранилище создаю командой:
saslpasswd2 -c -u mydomain test
sasldblistusers2 выдает все правильно:
test@mydomain: userPassword
но авторизацию не проходит:
testsaslauthd -u test -p test
0: NO "authentication failed"
причем saslauthd -v выдает:
saslauthd 2.1.22
authentication mechanisms: sasldb getpwent kerberos5 pam rimap ldap httpform
в логах: Nov 25 17:14:21 mail saslauthd[8106]: main : no authentication mechanism specified
может чего упустил?
mcedit /usr/local/lib/sasl2/Sendmail.conf:
log_level: 3
pwcheck_method: auxprop
mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5
auxprop_plugin: sasldb
хранилище создаю командой:
saslpasswd2 -c -u mydomain test
sasldblistusers2 выдает все правильно:
test@mydomain: userPassword
но авторизацию не проходит:
testsaslauthd -u test -p test
0: NO "authentication failed"
причем saslauthd -v выдает:
saslauthd 2.1.22
authentication mechanisms: sasldb getpwent kerberos5 pam rimap ldap httpform
в логах: Nov 25 17:14:21 mail saslauthd[8106]: main : no authentication mechanism specified
может чего упустил?