[Imap-protocol] Problem with imaps

Burak Bilen bilen at metu.edu.tr
Wed Mar 15 01:48:58 PST 2006


Hi,
You can test imaps with openssl s_client, the exact command is:

openssl s_client -connect imaphost:993

After then you should see more helpful debug data in your log files.

Frantz de Germain wrote:

>I've installed uw-imap on a linux server which worked well for several months
>with imaps protocol. But since a few days, it doesn't work any more with
>imaps (only with imap) and I don't remember having changed anything...
>
>If I do :
>
>telnet imaphost 993
>Trying 172.xxx.xxx.xxx...
>Connected to imaphost.mydomain (172.xxx.xxx.xxx).
>Escape character is '^]'.
>
>It does nothing more.
>
>In maillog, there is :
>
>06/3/15 at 10:14:37: START: imaps pid=10270 from=172.xxx.xxx.xxx
>
>
>Here is my /etc/xinetd.d/servers :
>
>service imap
>{
>        socket_type     = stream
>        wait            = no
>        user            = root
>        disable         = no
>        server          = /usr/local/imap-2004g/imapd/imapd
>        log_type        = FILE /var/log/imapd.log
>        log_on_success  = PID HOST
>        log_on_failure  = HOST
>}
>service imaps
>{
>        socket_type     = stream
>        wait            = no
>        user            = root
>        disable         = no
>        server          = /usr/local/imap-2004g/imapd/imapd
>        log_type        = FILE /var/log/simapd.log
>        log_on_success  = PID HOST
>        log_on_failure  = HOST
>}
>
>Any idea ? how can I debug the problem ?
>
>Regards
>
>  
>



More information about the Imap-protocol mailing list