From aa38ae7d7671fb6b0dd40d25289a6569116c01a5 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 30 Sep 2024 17:55:26 +0200 Subject: [PATCH] install_postfix_advanced.sh: some realy minor changes. --- install_postfix_advanced.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index c8320e2..8905d34 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -1747,7 +1747,6 @@ cat <> /etc/postfix/main.cf # ============ TLS parameters ============ - # What mechanisms the Postfix SMTP client uses to look up a host's IP address. # This parameter is ignored when DNS lookups are disabled (see: disable_dns_lookups # and smtp_dns_support_level). The "dns" mechanism is always tried before "native" @@ -1911,6 +1910,7 @@ smtp_tls_loglevel = 1 smtpd_tls_cert_file = $_TLS_CERT_FILE smtpd_tls_key_file = $_TLS_KEY_FILE + ## - File with DH parameters that the Postfix SMTP server should use with EDH ciphers. ## - ## - Dont't forget to create it, e.g with openssl: