From: Alex Dehnert Date: Thu, 27 Jun 2019 06:13:22 +0000 (-0400) Subject: Disable sender transport map while we don't have extra IPs X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=6692ef67c5beca9054f0b9642461ecf95327c70b;hp=9bef019852cd03577acef90539aac30d627039d9;p=sysconfig%2Fpostfix.git Disable sender transport map while we don't have extra IPs Since olinda-local and olinda-forward IPs don't work now, there's not much point to having the sender-dependent map to determine which outgoing IP to use. --- diff --git a/main.cf b/main.cf index 4e205df..b57cef0 100644 --- a/main.cf +++ b/main.cf @@ -281,7 +281,7 @@ smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache # Alex Dehnert, 2017-11-01 # Based on https://serverfault.com/questions/663979/virtual-alias-domains-how-to-use-different-ip-addresses-when-forwarding-mail -sender_dependent_default_transport_maps = hash:/etc/mail/sender-transport +#sender_dependent_default_transport_maps = hash:/etc/mail/sender-transport # The relay_domains parameter restricts what destinations this system will # relay mail to. See the smtpd_recipient_restrictions description in