Bug#432716: exim4-config: Exim4 4.67-5 does not honor dc_hide_mailname='true' setting

Marc Haber mh+debian-packages at zugschlus.de
Thu Jul 12 05:53:33 UTC 2007


On Wed, Jul 11, 2007 at 10:21:34PM +0200, Marc Haber wrote:
> Try adding this:
> .ifdef HIDE_MAILNAME
> REMOTE_SMTP_HEADERS_REWRITE=headers_rewrite = *@+local_domains $1 at DCreadhost frs : *@'"$mailname"' $1 at DCreadhost frs
> REMOTE_SMTP_RETURN_PATH=return_path = ${if match_domain{$sender_address_domain}{+local_domains}{${sender_address_local_part}@DCreadhost}{${if match_domain{$sender_address_domain}{'"$mailname"'}{${sender_address_local_part}@DCreadhost}fail}}}
> .endif
> 
> right before your remote_smtp_smarthost router in
> /etc/exim4/exim4.conf.template and restart exim. Please report back if
> this fixes things for you.

Idiot me. The correct lines are of course

.ifdef HIDE_MAILNAME
REMOTE_SMTP_HEADERS_REWRITE=*@+local_domains $1 at DCreadhost frs : *@'"$mailname"' $1 at 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}{'"$mailname"'}{${sender_address_local_part}@DCreadhost}fail}}}
.endif

Try again please and report back.

Please always reply to the BTS as well so that the bug trail is
completely visible.

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190




More information about the Pkg-exim4-maintainers mailing list