[fix] Typo in setting name

This commit is contained in:
ljf (zamentur) 2020-09-10 03:29:09 +02:00 committed by GitHub
parent ce9689e0ef
commit bc2de62c7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_tls_loglevel=1
# -- TLS for outgoing connections
{% if smtp_relayhost %}
{% if relay_host != "" %}
smtp_tls_security_level = encrypt
{% else %}
# Use TLS if this is supported by the remote SMTP server, otherwise use plaintext.