summaryrefslogtreecommitdiff
path: root/test/confs/0282
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/0282')
-rw-r--r--test/confs/028238
1 files changed, 38 insertions, 0 deletions
diff --git a/test/confs/0282 b/test/confs/0282
new file mode 100644
index 000000000..0952977ab
--- /dev/null
+++ b/test/confs/0282
@@ -0,0 +1,38 @@
+# Exim test configuration 0282
+
+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_rcpt = accept
+local_interfaces = <; 127.0.0.1.PORT_D ; [127.0.0.1]:PORT_D2 ; HOSTIPV4
+log_selector = +incoming_interface+incoming_port
+queue_only
+queue_run_in_order
+
+# ----- Routers -----
+
+begin routers
+
+all:
+ driver = accept
+ transport = local_delivery
+
+# ----- Transports -----
+
+begin transports
+
+local_delivery:
+ driver = appendfile
+ file = DIR/test-mail/$local_part
+ user = CALLER
+ headers_add = interface-port: $interface_port
+
+# End