> Ok I added the following line in my /etc/pam.d/pop:
> auth required pam_warn.so
>
> And here is the log when I tried to connect using pop:
> Sep 28 10:01:22 magenta PAM-warn[2069]: user: (uid=76) -> test [remote:
> ?nobody@?nowhere]
>
> So PAM seems to work correctly but why do I still get an Invalid Login??
> What is cyrus doing after a user is authenticated???
>
You only showed your telnet session using POP. How about IMAP? Try:
----
telnet localhost imap
. login user password
. logout
----
If that works but POP doesn't, it's probably just that you haven't created a
mailbox for your user using cyradm yet.