in reply to POP Access using Mail::POP3Server module

I am not sure i completely understand your question (use a <br> every once in a while)

I assume you want to make a popserver daemon and connect to it from outlook. You then want to see the username/password info?
  • Comment on Re: POP Access using Mail::POP3Server module

Replies are listed 'Best First'.
Re: Re: POP Access using Mail::POP3Server module
by surps (Novice) on Oct 10, 2002 at 07:08 UTC
    Jaap, Explanation:- My problem is that i can't point out the part that is used for userid and password verification. mpopd daemon is running in the server. How can i print the the userid and password (testing purpose) in the POP3Server module? I am running the mpopd stand-alone daemon in the port 110. While connecting the outlook with the server i would like to print the values from from client software (outlook). How can i do that? Thanks