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

Top Pagina
Delete this message
Reply to this message
Auteur: David Woodhouse
Datum:  
Aan: Craig
CC: exim-users
Onderwerp: 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