1
0
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:
Jörg Thalheim
2024-03-06 19:52:43 +01:00
parent 8cd224475c
commit e263cf33be

@ -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";