On Sat, Jan 22, 2000 at 10:29:31AM +0100, J.M. Roth wrote: > thanks, great! > how can I check with f.e. telnet if the APOP authentication is working? You must manually (preferable through a cmd line program) do the MD5 checksum computation as RFC1939 <http://rfc1939.x42.com/> states on page 15. Commandline example: perl -MDigest::MD5(md5_hex) -le 'print md5_hex(q(<[EMAIL PROTECTED]>tanstaaf))' /magnus -- http://x42.com/
