Re: [exim] forward outgoing email

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Peter Bowyer
Data:  
Para: Exim Users
Asunto: Re: [exim] forward outgoing email
On Wed, 27 Oct 2004 11:01:43 +0200, Paulo Andre <pandre@???> wrote:
> On Tue, 2004-10-26 at 14:36 +0200, Paulo Andre wrote:
> > I use the following to redirect outgoing email for certain domains to
> > another server.
> >
> > domain_list forward_domain = domain1.com : domain2.com
> >
> > redirect_domains:
> > driver = manualroute
> > domains = +forward_domain
> > transport = remote_smtp
> > route_list = * server.host.com
> >
> > My problem is that all incoming email also gets sent to this server.
> >
> > Paulo
>
> Can anyone pls help with this or point me in the right direction.


Do some tests with exim -d -bt to see how different addresses are being routed.

Peter