X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0623;h=3805c517bd8096373707e3fa6ac4a851fa642061;hb=6d9b05ae272ca2122b48451c317d601e449af932;hp=7ac0ad3c5404acd00789495bd97f8bfb11e1959f;hpb=0f9c36e64b3ded09b1972515fc62a673e1be2b8d;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0623 b/test/confs/0623 index 7ac0ad3c5..3805c517b 100644 --- a/test/confs/0623 +++ b/test/confs/0623 @@ -1,23 +1,43 @@ # Exim test configuration 0623 +SERVER= + .include DIR/aux-var/std_conf_prefix +primary_hostname = myhost.test.ex +log_selector = +pipelining +received_recipients +smtp_connection + # ----- Main settings ----- -domainlist local_domains = @ +acl_smtp_rcpt = accept + +# ----- Routers ----- + +begin routers + +client: + driver = accept + transport = send_to_server + errors_to = "" + + +# ----- Transports ----- + +begin transports -acl_smtp_rcpt = chk_rcpt +send_to_server: + driver = smtp + allow_localhost + hosts = 127.0.0.1 + port = PORT_D -queue_only +# ----- Retry ----- -# ----- ACL ----- +begin retry -begin acl +* * F,5d,10s -chk_rcpt: - accept local_parts = lsearch;DIR/aux-fixed/TESTNUM.list - domains = lsearch;DIR/aux-fixed/TESTNUM.list # End