]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/0603
DKIM: support oversigning. Bugs 1309, 1310
[user/henk/code/exim.git] / test / confs / 0603
index bc84cc0d18fe02dd68f882e988665ba553f76477..7709de246621d86d62c35d2c6d558f0b9511d336 100644 (file)
@@ -16,6 +16,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 -----
 
@@ -48,7 +49,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 send to 127.0.0.1
+  interface = ${if eq {$sender_address_domain}{dustybelt.tld} {127.0.0.1}{HOSTIPV4}}
 
 # ----- Retry -----