diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-06-03 15:50:00 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-06-03 15:50:47 +0100 |
commit | e498ab40197936833f696439e78c5cb08e5180cb (patch) | |
tree | 054f9a49fe8e8e255d1417cf56dccb7f12e38eae /test/confs/0001 | |
parent | ab7ecc495b4909b8ee9c7ae8747436aa1881b9e7 (diff) | |
parent | 9befa1ca9a2acc3cb372b53504ace48cc2ac2a2f (diff) |
Merge branch 'multiqueue_336': Named queues
Diffstat (limited to 'test/confs/0001')
-rw-r--r-- | test/confs/0001 | 2 |
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}} |