Michael Bowe wrote: > Try something simple like > > telnet 127.0.0.1 pop3 > user [EMAIL PROTECTED] > pass password
I've tried with courier pop3. observe# telnet 127.0.0.1 110 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. +OK Hello there. USER [EMAIL PROTECTED] +OK Password required. PASS test +OK logged in. LIST +OK POP3 clients that break here, they violate STD53. . QUIT +OK Bye-bye. Connection closed by foreign host I couldn't donwload my emails, in /var/log/maillog I see: Jan 14 10:23:22 observe pop3d: LOGIN, [EMAIL PROTECTED], ip=[::ffff:192.168.0.15] Jan 14 10:23:24 observe pop3d: LOGOUT, [EMAIL PROTECTED], ip=[::ffff:192.168.0.15], top=0, retr=0 192.168.0.15 is my local ip. Is the ::ffff problem that Tom said about clearopensmtp? Thanks Andrea