The Following User Says Thank You to Malakai For This Useful Post: | ||
|
2014-10-29
, 20:32
|
Posts: 203 |
Thanked: 445 times |
Joined on Mar 2010
|
#22
|
openssl s_client -connect imap.domain.net:143 -starttls imap -tls1
openssl s_client -connect smtp.domain.net:25 -starttls smtp -tls1
The Following 4 Users Say Thank You to foobar For This Useful Post: | ||
|
2014-10-30
, 06:55
|
Posts: 175 |
Thanked: 210 times |
Joined on Mar 2013
|
#23
|
Server certificate -----BEGIN CERTIFICATE----- .... -----END CERTIFICATE----- No client certificate CA names sent --- SSL handshake has read 4779 bytes and written 318 bytes --- New, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-SHA Server public key is 2048 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE SSL-Session: Protocol : TLSv1 Cipher : DHE-RSA-AES256-SHA Session-ID: .......... Start Time: 1414650437 Timeout : 7200 (sec) Verify return code: 19 (self signed certificate in certificate chain) --- . OK Pre-login capabilities listed, post-login capabilities have more.
Server certificate -----BEGIN CERTIFICATE----- .... -----END CERTIFICATE----- No client certificate CA names sent --- SSL handshake has read 5304 bytes and written 455 bytes --- New, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-SHA Server public key is 2048 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE SSL-Session: Protocol : TLSv1 Cipher : DHE-RSA-AES256-SHA Session-ID: ..... Start Time: 1414650651 Timeout : 7200 (sec) Verify return code: 19 (self signed certificate in certificate chain)
The Following User Says Thank You to Malakai For This Useful Post: | ||
|
2014-10-30
, 10:22
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#24
|
The Following 4 Users Say Thank You to reinob For This Useful Post: | ||
|
2014-10-30
, 11:05
|
Posts: 203 |
Thanked: 445 times |
Joined on Mar 2010
|
#25
|
The Following 5 Users Say Thank You to foobar For This Useful Post: | ||
|
2014-10-30
, 19:30
|
Posts: 175 |
Thanked: 210 times |
Joined on Mar 2013
|
#26
|
You either trust that it does, check the source code and trust that it does it correctly, or capture the traffic and check it (and trust that it does it correctly .
From a first (shallow) dive into the code it seems like modest indeed wants to enforce STARTTLS if "Normal (TLS)" is selected.
Also, when creating a new account in modest, one can chose a port number other than 143 for "Normal (TLS)". Once the account is active, changing the port is no longer possible, apparently.
The Following User Says Thank You to Malakai For This Useful Post: | ||
|
2014-10-30
, 20:28
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#27
|
|
2014-10-30
, 20:34
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#28
|
Also, when creating a new account in modest, one can chose a port number other than 143 for "Normal (TLS)". Once the account is active, changing the port is no longer possible, apparently.
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2014-10-30
, 20:54
|
Posts: 203 |
Thanked: 445 times |
Joined on Mar 2010
|
#29
|
My provider does not offer STARTTLS, neither on 993 or 143 nor on any other. So it seems I cannot receive mails from that account on N900 anymore.
Thanks to one of the biggest telco providers (t-online.de).
Neo might have same prob (in case of using freEmantle). So we could just beg and hope freemangordon might find some time later on.
The Following 3 Users Say Thank You to foobar For This Useful Post: | ||
|
2014-10-30
, 21:07
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#30
|
So the problem is that they require TLS for IMAP4S, and modest doesn't speak that?
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
Tags |
email, modest, send receive |
|
So, I tried with the following settings:
- hosting24.hostway.net for both smtp and imap
- IMAP Port 143 and SMTP Port 587
- Normale (TLS) for both smtp and imap
- Secure Authentication ticked
It works for receiving and sending mails on all 3 accounts BUT, how can I be sure that the connection is set securely, as Modest uses the ports that my provider indicates for non SSL/TLS? I just want to be sure that everything is encrypted.
Is there a command line to execute directly in N900 to get this information as I'm not very familiar to network sniffing tools?