X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F5902;h=bce0aebd4ce4df7bc8948b93ce261dc7ebb57c61;hb=6d9b05ae272ca2122b48451c317d601e449af932;hp=e7dad63a7cf22cfbbf00ae2f716b6d78b8101100;hpb=3369a853fbc0fe454ac65fef7adf7e51845ff6a2;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/5902 b/test/confs/5902 index e7dad63a7..bce0aebd4 100644 --- a/test/confs/5902 +++ b/test/confs/5902 @@ -1,35 +1,26 @@ # Exim test configuration 5902 +OPT= + .include DIR/aux-var/std_conf_prefix # ----- Main settings ----- qualify_domain = test.ex -acl_smtp_rcpt = rcpt - -# ----- ACLs ----- - -begin acl - -rcpt: - accept - queue = ${if eq {normal}{$local_part} {} {$local_part}} - logwrite = using queue '$queue_name' # ----- Routers ----- begin routers -local: - driver = accept - transport = local_delivery - condition = ${if eq {}{$queue_name} {1}{0}} - scan: driver = accept + condition = ${if eq {OPT}{scan} {y}} transport = scan +local: + driver = accept + transport = local_delivery # ----- Transports ----- @@ -37,18 +28,12 @@ begin transports scan: driver = queuefile - directory = DIR/aux-fixed/5902/outbound + directory = DIR/scanner local_delivery: driver = appendfile file = DIR/test-mail/$local_part + create_file = DIR/test-mail user = CALLER -# ----- Retry ----- - -begin retry - -* * F,10m,2d - - # End