Tom Brown wrote: > Hi > > Using Exim 4.43 on CentOS 4.4 and i wonder how i configure exim to send > all mail via my ISP's smarthost? > > Basically as this is my box at home if i send directly i come from an > address that is part of a dynamic allocation and so scores highly on SA > type checks. > > thanks >
Here is a comparison of a dnslookup router and a manualroute router. You are probably using the dnslookup version now. Just check what you currently have in the "domains=" section beforehand (I dont have any local_deliveries that would get handled by this router, but you might) NOTE: You may only use one of the EXTERNAL routers shown below. #Option 1: straight delivery via MX records external: driver = dnslookup domains = ! +relay_to_domains transport = remote_smtp ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8 no_more #Option 2: third party scanning service external: driver = manualroute domains = ! +relay_to_domains transport = remote_smtp ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8 route_list = * mail19.messagelabs.com no_more If you need any more info about the config above see here: http://www.exim-new-users.co.uk/content/view/95/39/ Thanks Jason_Meers -- website at: http://www.exim-new-users.co.uk hosting by: http://www.line3.co.uk -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
