On Tue, 2003-01-28 at 09:59, Leo Huang wrote:
> Bret,
> 
> imapd.pem is there. But how to set the client to use SSL? I've selected
> "this server requires secure connection(SSL)" from the "Advanced" tab.
> 
> It failed with this information
> 
> Configuration:
>    Account: [EMAIL PROTECTED]
>    Server: mail.cenrik.com
>    User name: leo.cenrik.com
>    Protocol: IMAP
>    Port: 993
>    Secure(SSL): 1
>    Code: 800ccc0e
> 
> 

This is a MS mail client, right?

I believe that is a connection not made or socket not availible error. 
Is the imaps service running and listening on 993?  That is the correct
port by the way. Is there a firewall keeping connections from the
outside from getting to the box?

One test you can do is telnet to the box from outside and see if a
connection is made.  

telnet mail.cenrik.com 993

FWIW I get a connection refused and that is indicative of a firewall or
the service not running.

here is what a running service looks like on my box

[root@mail1 root]# netstat -anp |grep 993
tcp        0      0 0.0.0.0:993             0.0.0.0:*               LISTEN      
890/xinetd          
tcp        0      0 192.168.5.33:993        192.168.0.129:1493      ESTABLISHED 
30026/imapd    


HTH

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to