From: Keith Matthews (no email)
Date: Mon Mar 01 2004 - 09:09:13 EST
On Mon, 1 Mar 2004 13:43:35 +0100
"Morten Trab" <> wrote:
> ----- Original Message -----
> From: "Keith Matthews" <>
> To: <>
> Sent: Monday, March 01, 2004 12:21 PM
> Subject: Re: Some e-mail addresses hosted on another fysical server?
>
>
>
> > User transport maps. Works fine as long as you are using version 2
> > of postfix.
>
> I've been searching a bit and found that I need somthing like
>
> local_recipient_maps = hash:/etc/postfix/passon
>
Local recipient maps define which accounts are local to the current
host.
Use transport maps to define which accounts are local and which
need to be sent via SMTP to another host.
It is documented on the postfix site under documentation ->
Configuration -> address rewriting -> transport switch -> transport.
You'll have to find another name for your other host for it to work.
If you have "" smtp:otherhost in transport maps then all
mail for Morten will go to the other host, while all mail for the rest
of domain2.com will get handled locally.
|
|
|