diff options
Diffstat (limited to 'test/confs/0031')
-rw-r--r-- | test/confs/0031 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/test/confs/0031 b/test/confs/0031 new file mode 100644 index 000000000..15cd5415b --- /dev/null +++ b/test/confs/0031 @@ -0,0 +1,40 @@ +# Exim test configuration 0031 + +exim_path = EXIM_PATH +host_lookup_order = bydns +primary_hostname = myhost.ex +rfc1413_query_timeout = 0s +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + + +# ----- Main settings ----- + +domainlist local_domains = *.test.ex : myhost.ex +hold_domains = !one.test.ex : *.test.ex : myhost.ex + + +# ----- Routers ----- + +begin routers + +localuser: + driver = accept + check_local_user + transport = local_delivery + + +# ----- Transports ----- + +begin transports + +local_delivery: + driver = appendfile + delivery_date_add + envelope_to_add + file = DIR/test-mail/$local_part + return_path_add + +# End |