summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-02-25 15:50:58 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2023-02-25 15:59:34 +0000
commit7c60296900bdff369ffd2bf54eecfe6097b997a4 (patch)
tree8d98943241cdfb2ebf519a98706eda294887325b /test/confs
parente603a342100ed93b09a152b6150e65f77abe5b0d (diff)
downloadexim4-7c60296900bdff369ffd2bf54eecfe6097b997a4.tar.gz
Linewrap long lines in bounce bodies. Bug 2979
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/063531
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