Re: [exim] Routing mail to different internal server

Top Page
Delete this message
Reply to this message
Author: Eli Sand
Date:  
To: exim-users
Subject: Re: [exim] Routing mail to different internal server
> Where do I place the manualroute in the exim config file so that Exim
> will
> route mail to Sendmail server by default if a user is not found in
> the
> (Zimbra) lookup table?


You could wrap the ${lookup...} in to an ${if ...} test to see if you get {}
(nothing) - if so, simply have it return a manually specified IP - otherwise
you would have it return the result of the lookup ($value I think? I forget
what variable it is in).

Eli.