From c06bf41372d239038291a81cf3b5b4f57d274d8e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 11 Apr 2018 14:07:45 +0200 Subject: [PATCH] Minor change in postfix config --- bin/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/postinst b/bin/postinst index f1df010..f3fa810 100644 --- a/bin/postinst +++ b/bin/postinst @@ -827,6 +827,7 @@ install_postfix() { 'smtp_tls_note_starttls_offer = yes' 'smtp_tls_security_level = none' 'smtpd_banner = $myhostname ESMTP $mail_name $mail_version' + 'smtpd_tls_security_level = none' 'virtual_alias_maps = ${default_database_type}:/etc/postfix/virtual' ) -- 2.39.5