Alson Wong <[email protected]> (Mi 29 Dez 2010 20:00:16 CET): > Hello, > > I hope experts here could give some help on this. > I have this question about exim config, it looks pretty direct, but I really > couldn't figure it out. > > If I want to send an email to a remote host (abc.com), and this remote host > has 3 MX, namely:- > > mx1.abc.com > mx2.abc.com > mx3.abc.com > > How do I ask exim to always connect and talk to mx3.abc.com and ignore the > priorities ?
You could check the "ignore_target_hosts" option:
begin routers
…
dnslookup:
driver = dnslookup
…
ignore_target_hosts = … : mx1.abc.de : mx2.abc.de
--
Heiko :: dresden : linux : SCHLITTERMANN.de
GPG Key 48D0359B : 3061 CFBF 2D88 F034 E8D2 7E92 EE4E AC98 48D0 359B
signature.asc
Description: Digital signature
-- ## 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/
