Hello, I'd like exim to send my mail via more than one smarthost as I am using several providers and every provider has its own SMTP server that accepts mails only when logged in by `his' provider. I have tried to set route_list in /etc/exim.conf to
"* first.server:second.server bydns_a" Now when I use the second provider exim first tries to send the mails via first.server and gets an error message. Instead of trying second.server exim just assumes that the mail is undeliverable. Any ideas how to solve this? Thanks, Christoph