On Wednesday, March 11, 2009 at 21:02 CET,
     LuKreme <krem...@kreme.com> wrote:

> On 11-Mar-2009, at 09:14, Noel Jones wrote:
> >You can optionally use a pcre smtp_generic_maps to rewrite the  
> >recipient back to the original domain.
> >main.cf
> >smtp_generic_maps = pcre:/etc/postfix/smtp_generic.pcre
> >
> >smtp_generic.pcre:
> >/^(.*)@new\.example\.com$/  $...@example.com
> 
> 
> This would need to be on new.example.com, right?

No. Generic rewriting takes place on output, i.e. when delivering via
SMTP. We then get the following sequence on the gateway server:

1. Input: Virtual rewrite to new.example.com
2. Routing decision based on new.example.com.
3. Output: Generic rewrite back to example.com.

-- 
Magnus Bäck
mag...@dsek.lth.se

Reply via email to