exim route_list for 2 remote servers
Hi my friends .. i have a question .
I have this configuration in my exim.conf
redir:
driver = manualroute
transport = remote_smtp
route_list = domain.com 192.168.2.2
unseen
The rule works nice, all the mail for domain.com are in above servers local and remote, but is there a way to send to another remote server ? i have tried
redir:
driver = manualroute
transport = remote_smtp
route_list = domain.com 192.168.2.2:192.168.2.3
but i think that this is just priority like dual MX .
Any help will be apreciated .
Thanks !
-
Hello @roni777, Have you tried adding an additional separate router instead of including both remote servers under the same router? The following post on StackOverflow suggests that should work as long as you use "unseen": Exim: how to deliver locally and send a copy to another server Thank you. 0 -
Perfect, this Work redir: driver = manualroute domains = domain.com transport = remote_smtp route_list = * 192.168.1.2 unseen smarthost: driver = manualroute domains = domain.com transport = remote_smtp route_list = * 192.168.1.3 Thank you ! 0 -
Hello, I'm glad to see it's working well. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
3 comments