Koozali.org formerly Contribs.org
Other Languages => Italiano => Topic started by: gromit60 on November 17, 2020, 08:19:24 AM
-
Utilizzo Thunderbird oramai da più di 15 anni e devo dire che mi sono sempre trovato benissimo, soprattutto in abbinamento con SME, tuttavia, con l'ultimo aggiornamento, ovvero il passaggio dalla versione 68.xx alla 78.xy sto avendo problemi praticamente con tutte le installazioni di SME (sono tutti 9.2 aggiornati).
Il problema consiste in un messaggio di errore smtp che al momento non ho sotto mano ma mi riprometto di postarlo appena possibile.
Come unica soluzione ho trovato di downgradare Thunderbird alla versione 68.10. Altre soluzioni?
Grazie in anticipo.
-
I do not think SME9.2 supports TLS v1.2.
Try enabling TLS 1.1 in Thunderbird 78:
https://support.mozilla.org/en-US/kb/thunderbird-78-faq#w_how-to-enable-outdated-security-protocols-tls-1-0-and-1-1 (italian (https://support.mozilla.org/it/kb/domande-piu-frequenti-thunderbird-78#w_how-to-enable-outdated-security-protocols-tls-1-0-and-1-1))
-
Thank you for the answer. This trick is useful when the error is about "peer" but with SME the error is about certificates like this:
"Invio del messaggio non riuscito.
Utilizzo della chiave del certificato non appropriato per l'operazione richiesta.
La configurazione relativa a INDIRIZZOIP deve essere corretta".
-
Hmmmm. My first search for "La configurazione relativa a INDIRIZZOIP deve essere corretta" revealed this.
Exactly the same as Mike found.
https://www.sltinformatica.net/2020/07/20/thunderbird-invio-del-messaggio-non-riuscito-il-peer-utilizza-una-versione-non-supportata-del-protocollo-di-sicurezza-la-configuraione-relativa-a-smtps-aruba-it-deve-essere-corretta/
For secure settings also read here:
https://wiki.contribs.org/SSL_Settings
TLS 1.2 should be enabled on s/qpsmtpd
You can test your server using the testing notes eg:
openssl s_client -connect youserver.com:465 -tls1_1
openssl s_client -connect youserver.com:465 -tls1_2
Can you also explain your client settings - SMTP port
Which certificates is SME using? Letsencrypt, self certificated?
Do you have a static or dynamic IP for your server?