X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a08c49f10dbed682e0500e6510c78bd65002fc34..5fd28bb83f80141b9f7671ed9ae3e1a4263134e3:/test/confs/0041 diff --git a/test/confs/0041 b/test/confs/0041 index 996e322e7..f7fa61ed8 100644 --- a/test/confs/0041 +++ b/test/confs/0041 @@ -1,25 +1,30 @@ # Exim test configuration 0041 -exim_path = EXIM_PATH -host_lookup_order = bydns -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME +.include DIR/aux-var/std_conf_prefix + # ----- Main settings ----- domainlist local_domains = test.ex +acl_smtp_vrfy = check_vrfy acl_smtp_expn = check_expn qualify_domain = test.ex no_write_rejectlog +recipient_unqualified_hosts = 3.3.3.3 # ----- ACLs ----- begin acl +check_vrfy: + deny local_parts = hardfail + message = 599 custom reject + accept local_parts = acceptable + accept local_parts = ok_with_dom + domains = test.ex + check_expn: accept hosts = 2.2.2.2 @@ -35,7 +40,7 @@ system_aliases: localuser: driver = accept - local_parts = userx + local_parts = userx : ok_with_dom : acceptable transport = local_delivery