wasm-demo/demo/ermis-f/imap-protocol/cur/1600095124.23031.mbox:2,S

70 lines
1.8 KiB
Plaintext

MBOX-Line: From bilen at metu.edu.tr Wed Mar 15 01:48:58 2006
To: imap-protocol@u.washington.edu
From: Burak Bilen <bilen@metu.edu.tr>
Date: Fri Jun 8 12:34:36 2018
Subject: [Imap-protocol] Problem with imaps
In-Reply-To: <20060315102900.d419b50d.frantz@info.univ-angers.fr>
References: <20060315102900.d419b50d.frantz@info.univ-angers.fr>
Message-ID: <4417E30A.6070302@metu.edu.tr>
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@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
>
>
>