|
| | Subject: | Re: deliver mail to different servers but in same domain | | Group: | Postfix-users | | From: | mouss | | Date: | 26 Nov 2007 |
Nikolay Shopik wrote:
> Hi list,
>
> I have domain example.com and have two servers who responsible for
> mail store. Because there different recipient list on both I need
> somehow tell postfix on which server deliver mails depends on recipients.
> So I just fill my transport_maps file with every recipient and
> corresponding server?
>
>
yes.
An alternative is to use virtual_alias_maps:
user user
if the remote server doesn't like @host1.*, you can use generic to
rewrite the address back to its original form.
|