diff options
Diffstat (limited to 'test/confs/4713')
-rw-r--r-- | test/confs/4713 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/test/confs/4713 b/test/confs/4713 new file mode 100644 index 000000000..c5394fb05 --- /dev/null +++ b/test/confs/4713 @@ -0,0 +1,31 @@ +# Exim test configuration 4711 + +.include DIR/aux-var/std_conf_prefix + + +# ----- Main settings ----- + +acl_smtp_rcpt = accept + +# ----- Routers ----- + +begin routers + +send_to_server: + driver = accept + transport = to_server + +# ----- Transports ----- + +begin transports + +to_server: + driver = smtp + allow_localhost + hosts = 127.0.0.1 + port = PORT_D +.ifdef CONTROL + multi_domain = false +.endif + +# End |