On Fri, Jun 12, 2015 at 02:11:21PM +0100, Darac Marjal wrote: > On Fri, Jun 12, 2015 at 03:01:17PM +0200, Daniel Tröder wrote: > > Am 12.06.2015 um 13:37 schrieb Martin S: > > > > > * Test to connect to the IMAP server with telnet first: > > # telnet mail.myserver.tld 993 > > If you cannot connect there is a network/firewall problem. > > That won't work, as port 993 is IMAPS. "openssl s_client -connect > mail.myserver.tld:993" should be considered an equivalent command.
This was meant as a simple check to see if the service was running/firewalled. Not a full login routine. B