[Dovecot] Manual login to SSL-protected port?
List, good afternoon,
Dovecot and mail clients work fine. Several recent postings mention trying telnet to check this or that and, since I was considering using a spreadsheet plug-in to analyse some mail statistics by directly connecting to the server, I thought I'd try to test what the command sequence was that I might be able to use, and what message data was available (headers etc).
We use only SSL-protected ports. Is it possible to manually login to dovecot when dovecot uses SSL-protected imap ports? I've tried telnet and the
telnet localhost 993 login user pass
resulted in connection closure, as I (think I) would expect because telnet doesn't use SSL (does it?). I checked
man telnet
and it described authentication options but when I tried
telnet localhost 993 auth enable ?
to check what auth protocols it allows, the connection closed.
I tried SSH but it just 'hung' - presumably SSH expects an SSH server at the other end, not dovecot.
Is it possible to manually login to a dovecot SSL imap port?
regards, Ron
On Seg, 25 Out 2010, Ron Leach wrote:
We use only SSL-protected ports. Is it possible to manually login
to dovecot when dovecot uses SSL-protected imap ports?
Yes, just use openssl:
openssl s_client -connect your.host.org:993
This is described in the Wiki: http://wiki2.dovecot.org/TestInstallation
-- Acting is an art which consists of keeping the audience from coughing.
Eduardo M KALINOWSKI eduardo@kalinowski.com.br
Eduardo M KALINOWSKI wrote:
On Seg, 25 Out 2010, Ron Leach wrote:
We use only SSL-protected ports. Is it possible to manually login to dovecot when dovecot uses SSL-protected imap ports?
Yes, just use openssl:
openssl s_client -connect your.host.org:993
This is described in the Wiki: http://wiki2.dovecot.org/TestInstallation
Tst... And it's such a good page. Oh dear. Thanks, Eduardo. Sorry, everyone, for not having seen it. Ron
participants (2)
-
Eduardo M KALINOWSKI
-
Ron Leach