diff options
Diffstat (limited to 'test/confs/4712')
-rw-r--r-- | test/confs/4712 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/confs/4712 b/test/confs/4712 new file mode 100644 index 000000000..c48be50dc --- /dev/null +++ b/test/confs/4712 @@ -0,0 +1,28 @@ +# Exim test configuration 4712 + +.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 + +# End |