diff options
Diffstat (limited to 'test/confs/0997')
-rw-r--r-- | test/confs/0997 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/test/confs/0997 b/test/confs/0997 new file mode 100644 index 000000000..fbbbcbcc2 --- /dev/null +++ b/test/confs/0997 @@ -0,0 +1,31 @@ +# Exim test configuration 0997 + +.include DIR/aux-var/std_conf_prefix + +primary_hostname = myhost.test.ex + +# ----- Main settings ----- + +trusted_users = CALLER +bounce_return_linesize_limit = 20 +acl_smtp_rcpt = accept + + +# ----- Routers ----- + +begin routers + +my_main_router: + driver = manualroute + transport = t1 + route_list = * 127.0.0.1::PORT_S + self = send + +# ----- Transports ----- + +begin transports + +t1: + driver = smtp + +# End |