Compare commits
No commits in common. "765b16fd5980991e2a8d82b679cee0beb32da501" and "aa38ae7d7671fb6b0dd40d25289a6569116c01a5" have entirely different histories.
765b16fd59
...
aa38ae7d76
@ -14,10 +14,3 @@ openssl s_client -crlf -starttls pop3 -connect localhost:110
|
|||||||
openssl s_client -crlf -connect localhost:993
|
openssl s_client -crlf -connect localhost:993
|
||||||
openssl s_client -crlf -starttls imap -connect localhost:143
|
openssl s_client -crlf -starttls imap -connect localhost:143
|
||||||
|
|
||||||
|
|
||||||
# Test RSA based TLS connection
|
|
||||||
#
|
|
||||||
echo "quit" | openssl s_client -connect a.mx.oopen.de:25 -starttls smtp -tls1_2 -cipher ECDHE-RSA-AES256-GCM-SHA384
|
|
||||||
|
|
||||||
echo "quit" | openssl s_client -connect a.mx.oopen.de:25 -starttls smtp -tls1_2
|
|
||||||
echo "quit" | openssl s_client -connect a.mx.oopen.de:25 -starttls smtp
|
|
||||||
|
@ -1998,7 +1998,7 @@ smtp_tls_mandatory_protocols = >=TLSv1.2
|
|||||||
# Use EECDH with approximately 192 bits of security at computational cost that is
|
# Use EECDH with approximately 192 bits of security at computational cost that is
|
||||||
# approximately twice as high as 128 bit strength ECC.
|
# approximately twice as high as 128 bit strength ECC.
|
||||||
#
|
#
|
||||||
#smtpd_tls_eecdh_grade = auto
|
smtpd_tls_eecdh_grade = auto
|
||||||
|
|
||||||
|
|
||||||
# With SSLv3 and later, use the Postfix SMTP server's cipher preference order instead
|
# With SSLv3 and later, use the Postfix SMTP server's cipher preference order instead
|
||||||
|
Loading…
Reference in New Issue
Block a user