diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-03-04 23:27:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-03-05 12:49:33 +0000 |
commit | 75a647cb59e04896e04296c767763df72352a08e (patch) | |
tree | 5485944d35b6138f6f8752a6d42df696b004ec92 /test/confs/0997 | |
parent | cfeaa009b9b407d8b404438afbf4c5d85d61e8c1 (diff) |
Testsuite: split bounce longline testcase int with/out DSN-info variants
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 |