Всем доброго дня! Поставил себе связку Courier-imap+MySql на Фрях, но вот беда, уже прям не знаю где копать, потому как информация об ошибках очень скудная. Например делаю так:
=====
# telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to localhost.kk.loc.
Escape character is '^]'.
+OK Hello there.
USER cray
+OK Password required.
PASS 111111
-ERR Temporary problem, please try again later
Connection closed by foreign host.
======
Говорит о какой-то временной проблеме, захожу в логи, вижу такое:====== .log ====
Dec 19 pop3d: Connection, ip=[127.0.0.1]
Dec 19 pop3d: LOGIN FAILED, user=cray, ip=[127.0.0.1]
Dec 19 ns pop3d: authentication error: Input/output error
================
или с другого хоста:
====== .log ====
Dec 19 pop3d: Connection, ip=[192.168.1.100]
Dec 19 pop3d: LOGIN FAILED, method=CRAM-MD5, ip=[192.168.1.100]
Dec 19 pop3d: authentication error: Input/output error
Dec 19 pop3d: Connection, ip=[192.168.1.100]
Dec 19 pop3d: LOGIN FAILED, user=cray, ip=[192.168.1.100]
Dec 19 pop3d: authentication error: Input/output error
=================
демоны курьера стартуют вроде без замечаний:
========= .log ===
Dec 19 kernel: Starting courier_authdaemond.
Dec 19 kernel: Starting courier_imap_imapd.
Dec 19 authdaemond: modules="authmysql", daemons=5
Dec 19 ns authdaemond: Installing libauthmysql
Dec 19 kernel: Starting courier_imap_imapd_ssl.
Dec 19 kernel: Starting courier_imap_pop3d.
Dec 19 authdaemond: Installation complete: authmysql
Dec 19 kernel: Starting courier_imap_pop3d_ssl.
===================
С IMAP-соединением, аналогичная ситуация.
Просьба направить знающих, в нужное направление, у меня подозрение на то что сам Courier, не конектится с MySql-ем.
Заранее благодарю.