X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/bc3c7bb7d4aba3e563434e5627fe1f2176aa18c0..311d71b8f18d544c79cc3a4cb1dafc206aaa1554:/test/confs/0475 diff --git a/test/confs/0475 b/test/confs/0475 index 4a38bec16..58eb42052 100644 --- a/test/confs/0475 +++ b/test/confs/0475 @@ -1,18 +1,13 @@ # Exim test configuration 0475 -exim_path = EXIM_PATH -keep_environment = -host_lookup_order = bydns -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME -tls_advertise_hosts = +.include DIR/aux-var/std_conf_prefix + # ----- Main settings ----- acl_smtp_rcpt = $local_part +log_selector = +unknown_in_list # ----- ACL ----- @@ -24,4 +19,10 @@ a1: a2: deny hosts = 1.2.3/24 +a3: + deny hosts = <; fe80::1 + +a4: + deny hosts = <; fe80:1 + # End