X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a08c49f10dbed682e0500e6510c78bd65002fc34..33c9e43ec040c0a29394d8e3b745180ddddc0ed8:/test/confs/0227 diff --git a/test/confs/0227 b/test/confs/0227 index adc942f06..a0b85c287 100644 --- a/test/confs/0227 +++ b/test/confs/0227 @@ -1,12 +1,8 @@ # Exim test configuration 0227 -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + primary_hostname = myhost.test.ex -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME # ----- Main settings ----- @@ -28,8 +24,12 @@ check_recipient: !verify = sender/callout=no_cache deny hosts = V4NET.0.0.3 !verify = recipient/callout=no_cache + deny hosts = V4NET.0.0.7 + !verify = recipient/callout=no_cache,use_sender,random deny hosts = V4NET.0.0.5 !verify = sender/callout=no_cache/check_postmaster + deny hosts = V4NET.0.0.6 + !verify = sender/callout=no_cache require verify = sender accept domains = +local_domains deny message = relay not permitted @@ -79,13 +79,15 @@ all: begin transports smtp: - driver = smtp - port = PORT_S + driver = smtp + port = PORT_S + interface = ${if eq {bindfail}{$local_part} {1.1.1.1}{}} + hosts_try_fastopen = : lmtp: - driver = smtp - port = PORT_S - protocol = lmtp + driver = smtp + port = PORT_S + protocol = lmtp # ----- Retry -----