diff options
Diffstat (limited to 'test/confs/0570')
-rw-r--r-- | test/confs/0570 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/test/confs/0570 b/test/confs/0570 new file mode 100644 index 000000000..4c5e5dc06 --- /dev/null +++ b/test/confs/0570 @@ -0,0 +1,45 @@ +# Exim test configuration 0570 +# multi_domain option on smtp transport + +OPTION = + +exim_path = EXIM_PATH +host_lookup_order = bydns +rfc1413_query_timeout = 0s +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + +primary_hostname = primary.test.ex +qualify_domain = test.ex +queue_only +queue_run_in_order + + +# for server +acl_smtp_rcpt= discard + +# ----- Routers ----- + +begin routers + +all: + driver = manualroute +address_data = $domain + route_list = * 127.0.0.1 byname + self = send + transport = smtp + +# ----- Transports ----- + +begin transports + +smtp: + driver = smtp + port = PORT_D + OPTION + +# End |