On Wed, 26 Feb 2003, Steve Murphy wrote: > <date> <time> <machine> ipop3d[pid]: SSL error status: > error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
This sounds like your POP3 client is trying to negotiate the wrong type of encryption. Are you trying to do a TLS (port 110, STLS command) or an SSL (port 995) connection? For TLS, the client must use the TLSv1 method. For SSL, the client must use the SSLv23 method. -- Mark -- http://staff.washington.edu/mrc Science does not emerge from voting, party politics, or public debate.
