X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/afda344b580b54a4513569720aec3260cd5ba546..980bb6b778928aeb9401bafc9e1a00c184fb5ff0:/test/confs/0024 diff --git a/test/confs/0024 b/test/confs/0024 index 52a2351bc..fac5e12a5 100644 --- a/test/confs/0024 +++ b/test/confs/0024 @@ -1,13 +1,8 @@ # Exim test configuration 0024 -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 ----- @@ -32,6 +27,10 @@ acl_rcpt: require verify = sender + deny domains = +local_domains + local_parts = ^[.] : ^.*[@%!/|] + message = Restricted characters in address + deny message = rejected because $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text dnslists = rbl.test.ex @@ -64,6 +63,11 @@ r1: transport = dev_null no_more +redir: + driver = redirect + local_parts = føø + data = userx + r2: driver = accept local_parts = userx : postmaster @@ -82,7 +86,7 @@ dev_null: local_delivery: driver = appendfile - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} user = CALLER # End