]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/0604
Testsuite: avoid assuming 127.0.0.2 is a viable sending address
[user/henk/code/exim.git] / test / confs / 0604
index 77376cdcd0c0ef20f21f67881428f5d2b797257f..3766c330004e174d30dd702e20271f5daa36e14b 100644 (file)
@@ -15,6 +15,7 @@ log_file_path = DIR/spool/log/SERVER%slog
 log_selector = +sender_on_delivery
 gecos_pattern = ""
 gecos_name = CALLER_NAME
+tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -47,7 +48,8 @@ send_to_server:
   allow_localhost
   hosts = 127.0.0.1
   port = PORT_D
-  interface = ${if eq {$sender_address_domain}{dustybelt.tld} {127.0.0.1}{127.0.0.2}}
+  # assumes that HOSTIPV4 can sent to 127.0.0.1
+  interface = ${if eq {$sender_address_domain}{dustybelt.tld} {127.0.0.1}{HOSTIPV4}}
 
 # ----- Retry -----