From 506900aff65e12440fdd36a71e9172fc7af5830a Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 16 Nov 2014 17:47:50 +0000 Subject: Make the multi_domain smtp transport option expanded --- test/confs/0570 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 test/confs/0570 (limited to 'test/confs/0570') 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 -- cgit v1.2.3