X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0227;h=a0b85c287b528c447e4f21c2889b429ee78c7647;hb=6d9b05ae272ca2122b48451c317d601e449af932;hp=17f49eb76fe85cd14e4f86d7a4f946b68dbcfbc9;hpb=afda344b580b54a4513569720aec3260cd5ba546;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0227 b/test/confs/0227 index 17f49eb76..a0b85c287 100644 --- a/test/confs/0227 +++ b/test/confs/0227 @@ -1,13 +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 -rfc1413_query_timeout = 0s -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME # ----- Main settings ----- @@ -28,11 +23,13 @@ check_recipient: deny hosts = V4NET.0.0.1 !verify = sender/callout=no_cache deny hosts = V4NET.0.0.3 - log_message = ($recipient_verify_failure) !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 - log_message = ($sender_verify_failure) !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 @@ -82,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 -----