ok thanks wow what i was in fact wondering about does it run on the same port than pop3 (110) ? does the normal POP3 authentication still work or will only the APOP thing work after I created a user with the -a flag how do I recognize in fact (from the .vpasswd file or similar) which user has APOP enabled? many thanks!! -- jmr ----- Original Message ----- From: "Magnus Bodin" <[EMAIL PROTECTED]> To: "J.M. Roth" <[EMAIL PROTECTED]> Cc: "Juan E Suris" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "VCHKPW LIST" <[EMAIL PROTECTED]> Sent: Saturday, January 22, 2000 5:34 PM Subject: Re: APOP > 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/ >
