diff options
Diffstat (limited to 'test/confs/5902')
-rw-r--r-- | test/confs/5902 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/test/confs/5902 b/test/confs/5902 new file mode 100644 index 000000000..ba4acc29f --- /dev/null +++ b/test/confs/5902 @@ -0,0 +1,38 @@ +# Exim test configuration 5902 + +OPT= + +.include DIR/aux-var/std_conf_prefix + + +# ----- Main settings ----- + +qualify_domain = test.ex + +# ----- Routers ----- + +begin routers + +scan: + driver = accept + condition = ${if eq {OPT}{scan} {y}} + transport = scan + +local: + driver = accept + transport = local_delivery + +# ----- Transports ----- + +begin transports + +scan: + driver = queuefile + directory = DIR/scanner + +local_delivery: + driver = appendfile + file = DIR/test-mail/$local_part + user = CALLER + +# End |