Re: [exim] Mail delivery failing to internal/rfc1918 hosts

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Ted Cooper
Date:  
À: exim-users
Sujet: Re: [exim] Mail delivery failing to internal/rfc1918 hosts
Fred Weston wrote:
> Thoughts?


Use a manual route which will probably look absolutely nothing like this:

forwardomains:
driver = manualroute
domains = local.example.com
local_parts = lsearch;/etc/exim/forwardomains/$domain
transport = remote_smtp
route_list = * 192.168.1.3

file /etc/exim/forwardomains/local.example.com contains all the valid
recipients for that domain, one per line.

--
The Exim Manual
http://www.exim.org/docs.html
http://docs.exim.org/current/