Re: [exim] Routing mail to different internal server

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Eli Sand
Date:  
À: exim-users
Sujet: 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.