summaryrefslogtreecommitdiff
path: root/test/confs/0635
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/0635')
-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