On Monday 20 July 2009 07:56:54 pm Clunk Werclick wrote:
> Helo,
>
> Is somebody able to guide me?
>
> I have Postfix as gateway machine. It is mixed and has some
> local virtual mailboxes for domains, and for others it acts as an incoming
> relay forwarding to an internal Postfix.
>
> The working is very good but now I have a tiny hitch. Until now I have been
> able to cope with the simple set up as local domains on the gateway are not
> the same as the domains on the internal server. Now I have a need to keep a
> couple of email addresses on the gateway for one of the domains that is on
> the internal Postix server.
>
> Perhaps a diagram will help?
>
> Current
> INET -> GATEWAY     -> INTERNAL
>         example.com    nothing.com
>         box.com        eggs.com
>
> Trying to configure
> INET -> GATEWAY     -> INTERNAL
>         example.com    nothing.com
>         box.com        eggs.com
>         b...@eggs.com
>
> Perhaps is possible somehow to have recipient on gateway Postfix
> and rest of domain relayed to internal Postfix box?
>
> -----------------------------------------------------------

I believe you can use transport_maps and send the mail for b...@eggs.com to the 
relevant server.

http://www.postfix.org/postconf.5.html#transport_maps
http://www.postfix.org/transport.5.html

Reply via email to