On Sat, 8 Oct 2005, Wakko Warner wrote: > > I'm wanting to do this so that I can use ip route to give the source address > and have exim lookup the source address to form a proper HELO string.
Exim relies on the OS to allocate the source address for an outgoing connection (unless you use the interface option). As such, since Exim doesn't know the contents of the OS routing table, It can't anticipate what source address will be used. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## 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/
