Установил Postfix. Поднял courier-imap courier-authlib.
Создал сертификаты и запустил сервисы
# /etc/init.d/courier-imapd start
# /etc/init.d/courier-imapd-ssl start
# /etc/init.d/courier-pop3d start
# /etc/init.d/courier-pop3d-ssl start
Созда юзверя системного test пароль test
Пробую проверить РОР3
mail ~ # telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
user test
+OK Password required.
pass test
-ERR Temporary problem, please try again later
Connection closed by foreign host.
mail ~ #что может быть причиной оного поведения??? Подскажите
А в логи заглянуть никак?