# ps -ax|grep auth
23561 ?? Is 0:00,01 /usr/local/sbin/saslauthd -a ldap
23562 ?? I 0:00,00 /usr/local/sbin/saslauthd -a ldap
23563 ?? I 0:00,00 /usr/local/sbin/saslauthd -a ldap
23564 ?? I 0:00,00 /usr/local/sbin/saslauthd -a ldap
23565 ?? I 0:00,00 /usr/local/sbin/saslauthd -a ldaproot@cp# testsaslauthd -u user@domain.ru -p test
0: OK "Success."
root@cp# testsaslauthd -u user@domain.ru -p trest
0: NO "authentication failed"
root@cp# telnet localhost 110
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
user user@domain.ru
+OK Password required.
pass test
-ERR Temporary problem, please try again later
Connection closed by foreign host.
maillog
Feb 20 11:14:55 cp pop3d: authdaemon: s_connect() failed: No such file or directory
Feb 20 11:14:55 cp pop3d: LOGIN FAILED, user=user@domain.ru, ip=[127.0.0.1]
Feb 20 11:14:55 cp pop3d: authentication error: No such file or directory
в чем проблема?