Malakai
|
2014-10-27
, 21:21
|
Posts: 175 |
Thanked: 210 times |
Joined on Mar 2013
|
#11
|
The Following User Says Thank You to Malakai For This Useful Post: | ||
|
2014-10-27
, 21:33
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#12
|
|
2014-10-28
, 08:59
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#13
|
A port is just a port.
Thunderbird will try TLS after SSL failed.
|
2014-10-28
, 21:06
|
Posts: 175 |
Thanked: 210 times |
Joined on Mar 2013
|
#14
|
I am pretty sure.
Else it may be a certificate problem, which I could exclude in my case.
Try
openssl s_client -connect imap.domain.net:993
or
openssl s_client -connect imap.domain.net:993 -ssl3
(should or better may fail)
openssl s_client -connect imap.domain.net:993 -tls1
(should work)
CONNECTED(00000003) 17589:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:s3_pkt.c:1099:SSL alert number 40 17589:error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake failure:s3_pkt.c:536:
OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE NAMESPACE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
SSL / TLS (Recommended) User name : adress@domain.net Password : your password Server in : hosting24.hostway.net IMAP Port: 993 POP3 Port: 995 Server out : hosting24.hostway.net SMTP Port: 465 The authentication is required for IMAP, POP3 and SMTP.
Non-SSL Settings (Not recommended) User name : adress@domain.net Password : your password Server in : mail.domain.net IMAP Port: 143 POP3 Port: 110 Server out : mail.domain.net SMTP Port: 587 The authentication is required for IMAP, POP3 and SMTP.
The Following User Says Thank You to Malakai For This Useful Post: | ||
|
2014-10-28
, 21:14
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#15
|
|
2014-10-28
, 21:23
|
Posts: 175 |
Thanked: 210 times |
Joined on Mar 2013
|
#16
|
But one thing I did never understand about STARTTLS (which is used as setting "Normal (TLS)") is when it connects normally and only after connection established switches to TLS how do I know that I have a secured connection and not a normal one?
The Following User Says Thank You to Malakai For This Useful Post: | ||
|
2014-10-28
, 21:37
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#17
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2014-10-28
, 21:45
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#18
|
so I guess they will also not support STARTTLS anymore
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2014-10-28
, 21:52
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#19
|
I hope it tries TLS first (1.2, 1.1, 1.0) *and then* SSL.
Re. "a port is just a port". STARTTLS is not just TLS over port 143. It is actually normal IMAP on 143 and then (when already "inside") switching to an encrypted channel (via TLS).
So you could not just hack Modest to to STARTTLS on 993 and hope it will work. (in case this was somehow implicitly being suggested).
I guess Fremantle is slowly becoming obsolete..
The Following User Says Thank You to szopin For This Useful Post: | ||
|
2014-10-28
, 23:04
|
Posts: 203 |
Thanked: 445 times |
Joined on Mar 2010
|
#20
|
The Following 5 Users Say Thank You to foobar For This Useful Post: | ||
Tags |
email, modest, send receive |
|