Re: [exim] SOS - Address rewriting on outbound mail

Top Page
Delete this message
Reply to this message
Author: David Woodhouse
Date:  
To: Craig
CC: exim-users
Subject: Re: [exim] SOS - Address rewriting on outbound mail
On Fri, 2007-08-31 at 16:29 +0200, Craig wrote:
> Hi Guys
>
> This is what I have for rewriting outbound mail:


You might do better with a rewrite section in your config file:

begin rewrite
*@olddomain.com ${lookup{$1}lsearch{/etc/mail/db_rewrite}{$value}fail} fsrF

--
dwmw2