summaryrefslogtreecommitdiff
path: root/test/confs/0573
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-01-17 21:14:31 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-01-17 21:14:31 +0000
commit62b7cd086e8f69c7bb1334edd2e586ed6240b134 (patch)
tree2c32f14ef0430acc13e8bfa4ae2811244808fc21 /test/confs/0573
parent4f6ae5c314e5c3e462313f3b53c917f36b131bf4 (diff)
Restrict line lengths in bounces. Bug 1760
Diffstat (limited to 'test/confs/0573')
-rw-r--r--test/confs/057337
1 files changed, 37 insertions, 0 deletions
diff --git a/test/confs/0573 b/test/confs/0573
new file mode 100644
index 000000000..c3c7a6bea
--- /dev/null
+++ b/test/confs/0573
@@ -0,0 +1,37 @@
+# Exim test configuration 0573
+
+exim_path = EXIM_PATH
+hide host_lookup_order = bydns
+primary_hostname = myhost.test.ex
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+tls_advertise_hosts =
+
+# ----- Main settings -----
+
+trusted_users = CALLER
+bounce_return_linesize_limit = 20
+acl_smtp_rcpt = accept
+
+
+# ----- Routers -----
+
+begin routers
+
+my_main_router:
+ driver = accept
+ domains = myhost.test.ex
+ transport = t1
+
+# ----- Transports -----
+
+begin transports
+
+t1:
+ driver = appendfile
+ file = DIR/test-mail/$local_part
+ user = CALLER
+
+# End