X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F2201;h=a4a44d4da658aad057cfd640f5c621c322eb9f8c;hb=b3765932b14d24fbc54b3f83e2fe865df48bc2f3;hp=ae17b7cb49acf96755a493075aa0562e9cec6e16;hpb=f926e27276301de1e2fd011b7edcd1b85d8c4754;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/2201 b/test/confs/2201 index ae17b7cb4..a4a44d4da 100644 --- a/test/confs/2201 +++ b/test/confs/2201 @@ -11,12 +11,45 @@ gecos_name = CALLER_NAME # ----- Main settings ----- trusted_users = CALLER +disable_ipv6 + +acl_smtp_rcpt = check_rcpt +acl_not_smtp = check_sndr +queue_only + +# - ACL -- +begin acl + +check_rcpt: + # Do not care about result, looking at debug output + # expect an original lookup, a cached lookup avoidance + # then a TTL-required repeat lookup + warn dnslists = rbl.test.ex/V4NET.11.12.14 + dnslists = rbl.test.ex/V4NET.11.12.14 + delay = 4s + dnslists = rbl.test.ex/V4NET.11.12.14 + accept + +check_sndr: + # Do not care about result, looking at debug output + # expect an original lookup, a cached lookup avoidance + # then a TTL-required repeat lookup + warn sender_domains = dnsdb;a=$sender_address_domain + sender_domains = dnsdb;a=$sender_address_domain + delay = 4s + sender_domains = dnsdb;a=$sender_address_domain + accept # ----- Routers ----- begin routers +r0: + driver = accept + senders = a@shorthost.test.ex + transport = remote_delivery + r1: driver = accept domains = dnsdb;$domain @@ -41,6 +74,11 @@ local_delivery: file = DIR/test-mail/$local_part user = CALLER +remote_delivery: + driver = smtp + hosts = 127.0.0.1 + allow_localhost + port = PORT_D # ----- Retry -----