summaryrefslogtreecommitdiff
path: root/test/confs/0001
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-05-08 13:26:13 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-05-09 14:17:47 +0100
commit0cd5fd23fdc042cd634a1033350bf91689f26d3c (patch)
tree9278795be8103b01fb86f301d90fd7273eb669ec /test/confs/0001
parentfa665e0b7252b5916f0fbd57d6ef8c1f0a9b080f (diff)
New $queue_name variable
queue_run_max main option expanded, allowing per-queue values
Diffstat (limited to 'test/confs/0001')
-rw-r--r--test/confs/00012
1 files changed, 1 insertions, 1 deletions
diff --git a/test/confs/0001 b/test/confs/0001
index 0daf053bd..0fd7efe44 100644
--- a/test/confs/0001
+++ b/test/confs/0001
@@ -148,7 +148,7 @@ no_queue_only_override
queue_only_file = /var/spool/exim/queue_only
queue_only_load = 8.2
no_queue_run_in_order
-queue_run_max = 5
+queue_run_max = ${if = {1}{1} {5}{10}}
queue_smtp_domains = x.y.z
receive_timeout = 0s
received_header_text = Received: ${if def:sender_rcvhost {from ${sender_rcvhost}\n\t}{${if def:sender_ident {from ${sender_ident} }}${if def:sender_helo_name {(helo=${sender_helo_name})\n\t}}}}by ${primary_hostname} ${if def:received_protocol {with ${received_protocol}}} (Exim ${version_number} #${compile_number})\n\tid ${message_id}${if def:received_for {\n\tfor $received_for}}