More new test committing.
[exim.git] / test / confs / 3407
diff --git a/test/confs/3407 b/test/confs/3407
new file mode 100644 (file)
index 0000000..453e3ca
--- /dev/null
@@ -0,0 +1,43 @@
+# Exim test configuration 3407
+
+OPTION=server_condition = xxx
+
+exim_path = EXIM_PATH
+host_lookup_order = bydns
+rfc1413_query_timeout = 0s
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+
+# ----- Main settings -----
+
+primary_hostname = mail.test.ex
+qualify_domain = test.ex
+
+
+# ----- Authenticators -----
+
+begin authenticators
+
+a1:
+  driver = plaintext
+  public_name = PLAIN
+  server_condition = xxx
+
+a2:
+  driver = plaintext
+  public_name = PLAIN
+  OPTION
+
+a3:
+  driver = plaintext
+  public_name = LOGIN
+  OPTION
+
+a4:
+  driver = plaintext
+  public_name = LOGIN
+  OPTION
+
+# End