Hello,
I need to increase logging to solve a problem with my Courier-IMAP instalation.
I'm using courier-imap-1.0 with folowing authdaemonrc:
---> cut <---
authmodulelist="authshadow"
daemons=5
authdaemonvar=/usr/lib/courier-imap/var/authdaemon
---> cut <---
I have a system user tezt:
---> cut <---
root@mail:~# passwd -S tezt
tezt P 09/19/00 7 45 7 -1
---> cut <---
---> cut <---
mail login: tezt
tezt's Password:
Linux 2.2.11.
No mail.
---> cut <---
As you can see, account is active. But unfortunately can't login to imap server:
---> cut <---
zimage@mail:~$ telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK Courier-IMAP ready. Copyright 1998-2000 Double Precision, Inc. See COPYING
for distribution information.
01 login tezt tezt
01 NO Login failed.
01 logout
* BYE Courier-IMAP server shutting down
01 OK LOGOUT completed
Connection closed by foreign host.
---> cut <---
And in system log:
---> cut <---
Sep 19 13:14:36 mail imaplogin: Connection, ip=[127.0.0.1]
Sep 19 13:14:47 mail imaplogin: LOGIN FAILED, ip=[127.0.0.1]
---> cut <---
The same happens when using `authpwd' module.
Please advice, how to locate the problem ?
egards