diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-02-25 15:50:58 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-02-25 15:59:34 +0000 |
commit | 7c60296900bdff369ffd2bf54eecfe6097b997a4 (patch) | |
tree | 8d98943241cdfb2ebf519a98706eda294887325b /test/confs/0635 | |
parent | e603a342100ed93b09a152b6150e65f77abe5b0d (diff) |
Linewrap long lines in bounce bodies. Bug 2979
Diffstat (limited to 'test/confs/0635')
-rw-r--r-- | test/confs/0635 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/test/confs/0635 b/test/confs/0635 new file mode 100644 index 000000000..3c8a68708 --- /dev/null +++ b/test/confs/0635 @@ -0,0 +1,31 @@ +# Exim test configuration 0635 + +.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 |