> ---- Original Message ----- 
> From: "Andrea Riela" <[EMAIL PROTECTED]>
>
> Well, Michael, now it partially works.
>
> I send my test to you:
>
> observe# openssl s_client -connect 127.0.0.1:995
> CONNECTED(00000004)
> depth=0 /C=US/ST=NY/L=New York/O=Courier Mail
> Server/OU=Automatically-generated POP3 SSL
> key/CN=localhost/[EMAIL PROTECTED]
> <cut>
>

Please try to simplify the testing phase

Rather than trying to do the most complex stuff and failing, try doing some
more simple stuff 1st and work your way forward until we track down what
actually isnt working.

For example,

Try something simple like

telnet 127.0.0.1 pop3
user [EMAIL PROTECTED]
pass password

If that works ok, then try something like

telnet 127.0.0.1 imap
  1 LOGIN [EMAIL PROTECTED] password

If that works, then try connecting to the server using a mail client like
outlook express. Try in POP3 mode and  IMAP mode

etc etc

Work your way forwards to determine exactly what is working and what isnt.

But i have this
  <http://www.courier-mta.org/beta/imap/courier-imap-2.2.2.20040112.tar.bz2>
plus this
  <ftp://ftp.pipeline.com.au/Uploads/courier-imap-2.2.2-vchkpw.diff.txt>
working on my production server here, and it seems to go fine

I am only using the imap services, not pop3 though...

Michael.


Reply via email to