* on the Wed, May 23, 2007 at 02:34:22PM -0700, Jeroen van Aart wrote: > I would like to know how to create a manual route which decides that a > certain smtp host points to a certain ip address. For example > smtp1.mydomain.org points to 222.333.444.555. Ignoring what could be > found through a dns lookup.
I don't think this is possible within Exim it's self. You're probably best off just sticking it in your hosts file. Eg /etc/hosts: 222.333.444.555 smtp1.mydomain.org Mike -- ## 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/
