From de0c273a1346fdc326006d750ada7d6ae2d171da Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sun, 4 Oct 2009 18:11:22 -0400 Subject: [PATCH] new: change local_domains to unix_domains in transport macros This looks correct, but I may be wrong --- conf.d/transport/10_exim4-config_transport-macros | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/transport/10_exim4-config_transport-macros b/conf.d/transport/10_exim4-config_transport-macros index 2c885bc..4dfb6b5 100644 --- a/conf.d/transport/10_exim4-config_transport-macros +++ b/conf.d/transport/10_exim4-config_transport-macros @@ -3,8 +3,8 @@ ################################# .ifdef HIDE_MAILNAME -REMOTE_SMTP_HEADERS_REWRITE=*@+local_domains $1@DCreadhost frs : *@ETC_MAILNAME $1@DCreadhost frs -REMOTE_SMTP_RETURN_PATH=${if match_domain{$sender_address_domain}{+local_domains}{${sender_address_local_part}@DCreadhost}{${if match_domain{$sender_address_domain}{ETC_MAILNAME}{${sender_address_local_part}@DCreadhost}fail}}} +REMOTE_SMTP_HEADERS_REWRITE=*@+unix_domains $1@DCreadhost frs : *@ETC_MAILNAME $1@DCreadhost frs +REMOTE_SMTP_RETURN_PATH=${if match_domain{$sender_address_domain}{+unix_domains}{${sender_address_local_part}@DCreadhost}{${if match_domain{$sender_address_domain}{ETC_MAILNAME}{${sender_address_local_part}@DCreadhost}fail}}} .endif .ifdef REMOTE_SMTP_HELO_FROM_DNS -- 2.20.1