summaryrefslogtreecommitdiff
path: root/test/confs/3407
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/3407')
-rw-r--r--test/confs/340743
1 files changed, 43 insertions, 0 deletions
diff --git a/test/confs/3407 b/test/confs/3407
new file mode 100644
index 000000000..453e3cade
--- /dev/null
+++ b/test/confs/3407
@@ -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