Hello All
Some feedback on this problem. After receiving some advice from a
private posting I have put together the following "work around".
On 29 Oct 2003 at 15:20, I. Forbes wrote:
> My problem is my server handles a number of domains which get
> delivered by UUCP to dial-up servers. The problem is when the sender
> address belongs to one of these domains.
> uucp_routing_rmail:
> driver = manualroute
> domains = ! +local_domains
> route_data = ${lookup{$domain}lsearch*{/etc/exim4/uucp_rmail}}
> transport = uucp_rmail
I fixed it by changing the routing as follows:
uucp_routing_rmail:
driver = manualroute
domains = ! +local_domains
route_data = ${lookup{$domain}lsearch*{/etc/exim4/uucp_rmail}}
no_verify_sender
transport = uucp_rmail
uucp_routing_rmail_callbackverify:
driver = manualroute
verify_only
self = send
domains = ! +local_domains
condition = ${lookup{$domain}lsearch*{/etc/exim4/uucp_rmail}}
route_list = * 127.0.0.1
transport = remote_smtp
(See my earlier post of a full description of the problem.)
Thanks
Ian
--
Ian Forbes ZSD
http://www.zsd.co.za
Office: +27 21 683-1388 Fax: +27 21 674-1106
Snail Mail: P.O. Box 46827, Glosderry, 7702, South Africa