diff options
author | Eric Andresen <eandres@google.com> | 2015-10-27 14:10:32 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-10-27 14:15:25 +0000 |
commit | fff1b30049ce36f176fd216d5dadf3f8f1f8474c (patch) | |
tree | 49c622eac8038f29596322951d2f1059044ef615 /test/confs/0613 | |
parent | f20904fa75635bc5f3ad69a51f6b34bd7f9cd163 (diff) |
Manualroute: use same host for all RCPTs of a message, even under hosts_randomize. Bug 830
Patch from author adjusted by JH to retain MX priorities when /MX indirection is used.
Diffstat (limited to 'test/confs/0613')
-rw-r--r-- | test/confs/0613 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/test/confs/0613 b/test/confs/0613 new file mode 100644 index 000000000..a42a8e9e2 --- /dev/null +++ b/test/confs/0613 @@ -0,0 +1,35 @@ +# Exim test configuration 0613 +# manualroute, hosts_randomize and multiple recipients + +exim_path = EXIM_PATH +host_lookup_order = bydns +primary_hostname = myhost.test.ex +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + +mua_wrapper = true +log_selector = +received_recipients + +# ----- Routers ----- + +begin routers + +smarthost: + driver = manualroute + hosts_randomize = true + route_list = * "</ ten-2.test.ex:15600 / ten-3.test.ex:15600" + transport = remote_smtp + no_more + +# ----- Transports ----- + +begin transports + +remote_smtp: + driver = smtp + +# End |