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

Top Page
Delete this message
Reply to this message
Author: Ted Cooper
Date:  
To: exim-users
Subject: 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/