mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-07-15 05:45:46 +02:00
postfix: disable dnssec
This commit is contained in:
@ -25,7 +25,6 @@ in
|
|||||||
config = {
|
config = {
|
||||||
smtp_tls_note_starttls_offer = "yes";
|
smtp_tls_note_starttls_offer = "yes";
|
||||||
|
|
||||||
smtp_dns_support_level = "dnssec";
|
|
||||||
smtp_tls_security_level = "dane";
|
smtp_tls_security_level = "dane";
|
||||||
|
|
||||||
tls_medium_cipherlist = "AES128+EECDH:AES128+EDH";
|
tls_medium_cipherlist = "AES128+EECDH:AES128+EDH";
|
||||||
|
Reference in New Issue
Block a user