X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a39bd74d3e942db1b465cae643e1a4766ffb304e..0d68983b8b7c2040e81090f1d5aa8d2c4043eab3:/test/confs/0604 diff --git a/test/confs/0604 b/test/confs/0604 index 77376cdcd..ec5195511 100644 --- a/test/confs/0604 +++ b/test/confs/0604 @@ -6,15 +6,10 @@ untrusted_set_sender = * SERVER = -exim_path = EXIM_PATH -host_lookup_order = bydns -#primary_hostname = myhost.test.ex +.include DIR/aux-var/std_conf_prefix + rfc1413_query_timeout = 0s -spool_directory = DIR/spool -log_file_path = DIR/spool/log/SERVER%slog log_selector = +sender_on_delivery -gecos_pattern = "" -gecos_name = CALLER_NAME # ----- Main settings ----- @@ -47,7 +42,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 -----