On Thu, 6 Oct 2005, Mark Smith wrote: > > Try adding this after the line that sets smtp_active_hostname: > > primary_hostname = $smtp_active_hostname
That will not do what you expect. (1) primary_hostname is not an expanded string; (2) the order in which configuration options take effect is independent of the order in which they appear in the configuration file. 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/
