summaryrefslogtreecommitdiff
path: root/test/confs/0556
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/0556')
-rw-r--r--test/confs/055639
1 files changed, 39 insertions, 0 deletions
diff --git a/test/confs/0556 b/test/confs/0556
new file mode 100644
index 000000000..7ed0105ed
--- /dev/null
+++ b/test/confs/0556
@@ -0,0 +1,39 @@
+# Exim test configuration 0556
+
+ACL_MAIL=accept
+ACL_RCPT=accept
+ACL_PREDATA=accept
+PAH=127.0.0.1
+
+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_predata = ACL_PREDATA
+acl_smtp_mail = ACL_MAIL
+acl_smtp_rcpt = ACL_RCPT
+pipelining_advertise_hosts = PAH
+
+queue_only
+
+# ----- ACL -----
+
+begin ACL
+
+check_predata:
+ accept delay = 2s
+
+check_mail:
+ accept delay = 2s
+
+check_rcpt:
+ accept delay = 2s
+
+# End