http://qs1969.pair.com?node_id=253443


in reply to Mail::POP3Client

In attempting to use Mail::POP3Client to access mail on an OpenBSD 3.2 system running popa3d, I have found that I get an error in my daemon log: "Authentication failed for UNKNOWN USER". I can connect to this pop server via telnet to 110 and issue the USER and PASS commands successfully. Running the pop server through a script in inetd.conf to pipe through tee - to capture my input and output to the pop server - I see that a successful connection yeilds one "^M" after each line - and my example perl script yeilds two control M's. Does anyone have a clue how I can either get around this - or perhaps recommend a different module to use with the popa3d? Thanks - weenie