summaryrefslogtreecommitdiff
path: root/test/confs/0549
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-01-30 11:45:20 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-01-30 11:45:20 +0000
commitcf8b11a5399e64e50b6cd58f56a98197aca599d8 (patch)
tree9212bab3a24fa7e7cebe1d6896d9519624569115 /test/confs/0549
parent094a9ec3772cfee192263fce6346a47b6c472bee (diff)
Add control=no_pipelining.
Diffstat (limited to 'test/confs/0549')
-rw-r--r--test/confs/054926
1 files changed, 26 insertions, 0 deletions
diff --git a/test/confs/0549 b/test/confs/0549
new file mode 100644
index 000000000..280d4d06c
--- /dev/null
+++ b/test/confs/0549
@@ -0,0 +1,26 @@
+# Exim test configuration 0549
+
+exim_path = EXIM_PATH
+host_lookup_order = bydns
+primary_hostname = myhost.test.ex
+rfc1413_query_timeout = 0s
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+
+# ----- Main settings -----
+
+acl_smtp_connect = check_connect
+
+
+# ----- ACL -----
+
+begin ACL
+
+check_connect:
+ accept hosts = 127.0.0.1
+ control = no_pipelining
+ accept
+
+# End