X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0603;h=baa3ea08c665d2c7ff4f22479950769c26472646;hb=9d727701a16bf4a93b136fe01e1bf2e5996c96ee;hp=76bd41c55486016a04f2cf72d6672c6696e63c0b;hpb=bfe645c1570343d3adca657ab67998e122ca8792;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0603 b/test/confs/0603 index 76bd41c55..baa3ea08c 100644 --- a/test/confs/0603 +++ b/test/confs/0603 @@ -7,16 +7,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 -tls_advertise_hosts = # ----- Main settings ----- @@ -49,7 +43,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 -----