On Saturday 17 May 2008 20:10:55 David Favor wrote: > My questions relate to integrating the two, so exim only handles > outgoing email routing local domain mail to qpsmtpd (port 25).
on google you'll find lots of configurations to relay outgoing mails. Just use it and turn the routers around to do the oposit (ie do it for localdomains) I'd use something like this as router: local_relay: driver = manualroute transport = remote_smtp domains = +local_domains route_data = localhost put that before your dnslookup router. or maybe after, so you can remove the domains= part. -- best regards/Mit freundlichen Grüßen Arvid Ephraim Picciani -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
