From 6692ef67c5beca9054f0b9642461ecf95327c70b Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Thu, 27 Jun 2019 02:13:22 -0400 Subject: [PATCH] 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. --- main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1