Disable sender transport map while we don't have extra IPs
authorAlex Dehnert <alex@dehnerts.com>
Thu, 27 Jun 2019 06:13:22 +0000 (02:13 -0400)
committerAlex Dehnert <alex@dehnerts.com>
Thu, 27 Jun 2019 06:13:22 +0000 (02:13 -0400)
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

diff --git a/main.cf b/main.cf
index 4e205df9274c58b828efa2c74e3f0af541528a71..b57cef06de5a2902e5380a0fcb5fd461c4aa0e62 100644 (file)
--- 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