I wish to forward all mail from exim to a smarthost for delivery. How can I accomplish this?
I have check exim site and found
But where should I put that config script?Q0304: How do I configure Exim to send all non-local mail to a gateway host?
A0304: Replace the dnslookup router in the default configuration with the following:
send_to_gateway:
driver = manualroute
domains = !+local_domains
transport = remote_smtp
route_list = * gate.way.host
If there are several hosts you can send to, you can specify them as a colon-separated list.



LinkBack URL
About LinkBacks
Reply With Quote




