summaryrefslogtreecommitdiff
path: root/test/confs/3800
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/3800')
-rw-r--r--test/confs/380026
1 files changed, 26 insertions, 0 deletions
diff --git a/test/confs/3800 b/test/confs/3800
new file mode 100644
index 000000000..086b506c6
--- /dev/null
+++ b/test/confs/3800
@@ -0,0 +1,26 @@
+# Exim test configuration 9300
+
+SERVER=
+
+.include DIR/aux-var/std_conf_prefix
+
+primary_hostname = myhost.test.ex
+
+# ----- Main settings -----
+
+
+# ----- Authentication -----
+
+begin authenticators
+
+sasl1:
+ driver = cyrus_sasl
+ public_name = ANONYMOUS
+ server_set_id = $auth1
+
+sasl2:
+ driver = cyrus_sasl
+ public_name = PLAIN
+ server_set_id = $auth1
+
+# End