pop3d problem
Hi,Anyone can help me with pop3d under RedHat 9 ?
I installed :
courier-imap-2.2.1-0.fdr.1.rh90
I only use pop3d, and not imap3
I created a user called "support", and I created the "Maildir" using maildirmake.
The MTA is using Sendmail.
I sent several emails to support@domain, and saw the emails arrived in :
/var/spool/mail/support
But why I cant pop it ?
I tested using :
$ telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
user support
+OK Password required.
pass password
+OK logged in.
list
+OK POP3 clients that break here, they violate STD53.
.
stat
+OK 0 0
Is there anything else I need to configure or install ?
Thanks for any help.