X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/30079bc1d20c0473d012ef33654358cfadb0a2ff..f92dd928f3e2e8b4a6e42f43b403dcefefee747a:/test/confs/0413 diff --git a/test/confs/0413 b/test/confs/0413 index bfc1aad94..e0d4fa329 100644 --- a/test/confs/0413 +++ b/test/confs/0413 @@ -2,11 +2,11 @@ exim_path = EXIM_PATH host_lookup_order = bydns -rfc1413_query_timeout = 0s spool_directory = DIR/spool log_file_path = DIR/spool/log/%slog gecos_pattern = "" gecos_name = CALLER_NAME +tls_advertise_hosts = # ----- Main settings ----- @@ -56,7 +56,6 @@ t1: hosts = 127.0.0.1 allow_localhost port = PORT_S - interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}} t2: driver = smtp @@ -64,7 +63,6 @@ t2: hosts_override allow_localhost port = PORT_S - interface = 127.0.0.1 # End