X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/8280aa0c334a7ce06c55df35d9da7a99f79c3568..0d2e392e281e96d9f9f2f3dd438affe3f2563c57:/test/confs/0584 diff --git a/test/confs/0584 b/test/confs/0584 new file mode 100644 index 000000000..654ecbfb9 --- /dev/null +++ b/test/confs/0584 @@ -0,0 +1,40 @@ +# Exim test configuration 0005 + +.include DIR/aux-var/std_conf_prefix + + +# ----- Main settings ----- + +domainlist local_domains = @ + +acl_smtp_rcpt = check_recipient +trusted_users = CALLER + + +# ----- ACL ----- + +begin acl + +check_recipient: + accept hosts = : + accept domains = +local_domains + deny message = relay not permitted + +# ----- Routers ----- + +begin routers + +localuser: + driver = accept + check_local_user + transport = local_delivery + +# ----- Transports ----- + +begin transports + +local_delivery: + driver = appendfile + file = DIR/test-mail/$local_part + +# End