install_postfix_advanced.sh: some realy minor changes.

This commit is contained in:
Christoph 2024-09-30 17:55:26 +02:00
parent f6482795c4
commit aa38ae7d76

View File

@ -1747,7 +1747,6 @@ cat <<EOF >> /etc/postfix/main.cf
# ============ TLS parameters ============ # ============ TLS parameters ============
# What mechanisms the Postfix SMTP client uses to look up a host's IP address. # 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 # 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" # 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_cert_file = $_TLS_CERT_FILE
smtpd_tls_key_file = $_TLS_KEY_FILE smtpd_tls_key_file = $_TLS_KEY_FILE
## - File with DH parameters that the Postfix SMTP server should use with EDH ciphers. ## - File with DH parameters that the Postfix SMTP server should use with EDH ciphers.
## - ## -
## - Dont't forget to create it, e.g with openssl: ## - Dont't forget to create it, e.g with openssl: