From a056850e97413d3cfe1d4d72d90e1b76fa1e46cb Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Thu, 24 Sep 2020 21:17:01 +0200 Subject: [PATCH] Revert "Merge branch '5772-sender-ttl' into 'develop'" This reverts merge request !1215 --- install/tpl/postfix_2-10.conf.master | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/tpl/postfix_2-10.conf.master b/install/tpl/postfix_2-10.conf.master index f9f28d89b8..d77f37e0a0 100644 --- a/install/tpl/postfix_2-10.conf.master +++ b/install/tpl/postfix_2-10.conf.master @@ -1,2 +1,5 @@ # Postfix configuration for version 2.10 and up smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination + +# This is supported in version 2.9, but lets not create another conf file for it +address_verify_sender_ttl = 15686s -- GitLab