X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/afda344b580b54a4513569720aec3260cd5ba546..43ba2742c700d625dcdcdaf7bbadc2f72776854a:/test/confs/0475 diff --git a/test/confs/0475 b/test/confs/0475 index f279cfd63..6b5284f7f 100644 --- a/test/confs/0475 +++ b/test/confs/0475 @@ -1,8 +1,8 @@ # Exim test configuration 0475 exim_path = EXIM_PATH +keep_environment = host_lookup_order = bydns -rfc1413_query_timeout = 0s spool_directory = DIR/spool log_file_path = DIR/spool/log/%slog gecos_pattern = "" @@ -10,7 +10,7 @@ gecos_name = CALLER_NAME # ----- Main settings ----- -acl_smtp_rcpt = a1 +acl_smtp_rcpt = $local_part # ----- ACL ----- @@ -20,4 +20,7 @@ begin acl a1: deny hosts = 1.2.3.4 : <; 1.2.3.4::5.6.7.8 +a2: + deny hosts = 1.2.3/24 + # End