diff options
Diffstat (limited to 'test/confs/1161')
-rw-r--r-- | test/confs/1161 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/test/confs/1161 b/test/confs/1161 new file mode 100644 index 000000000..ae7c16181 --- /dev/null +++ b/test/confs/1161 @@ -0,0 +1,44 @@ +# Exim test configuration 1161 + +REQUIRE=# +TRYCLEAR=# + +.include DIR/aux-var/std_conf_prefix + +primary_hostname = myhost.test.ex + +# ----- Main settings ----- + + +# ----- Routers ----- + +begin routers + +client: + driver = accept + transport = send_to_server + + +# ----- Transports ----- + +begin transports + +send_to_server: + driver = smtp + allow_localhost + hosts = 127.0.0.1 + port = PORT_S + hosts_try_fastopen = : + REQUIRE + TRYCLEAR + + +# ----- Retry ----- + + +begin retry + +* * F,5d,10s + + +# End |