summaryrefslogtreecommitdiff
path: root/test/confs/1109
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/1109')
-rw-r--r--test/confs/110924
1 files changed, 24 insertions, 0 deletions
diff --git a/test/confs/1109 b/test/confs/1109
new file mode 100644
index 000000000..2c87586b9
--- /dev/null
+++ b/test/confs/1109
@@ -0,0 +1,24 @@
+# Exim test configuration 1109
+
+.include DIR/aux-var/tls_conf_prefix
+
+primary_hostname = myhost.test.ex
+
+# ----- Main settings -----
+
+acl_smtp_starttls = starttls
+
+qualify_domain = test.ex
+tls_advertise_hosts = *
+tls_certificate = DIR/aux-fixed/cert1
+trusted_users = CALLER
+
+
+# ----- ACLs -----
+
+begin acl
+
+starttls:
+ accept hosts = 10.9.8.8
+
+# End