Re: [exim] Forward outgoing email

Top Page
Delete this message
Reply to this message
Author: Frank Elsner
Date:  
To: Paulo Andre
CC: exim-users
Subject: Re: [exim] Forward outgoing email
On Mon, 25 Oct 2004 15:20:16 +0200 Paulo Andre wrote:
> I need to push all outgoing email for certain domains via another
> server, so I have added the following to the beginning of the router
> section:
>
> redirect_domains:
> driver = manualroute
> domains = domain1.com : domain2.com
> transport = remote_smtp
> route_list = outgoing.server.com


route_list = "* outgoing.server.com" 
              ^


should do it.

--Frank Elsner