From 8a512ed5b7f75c8aaedbca887257ee01e5c2b621 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 2 Feb 2015 00:11:05 +0000 Subject: Add retry option to clamd and spamd. Bug 392 --- test/confs/4005 | 6 +++++- test/confs/4009 | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'test/confs') diff --git a/test/confs/4005 b/test/confs/4005 index 8ed28d4a6..fd15dfc04 100644 --- a/test/confs/4005 +++ b/test/confs/4005 @@ -1,6 +1,9 @@ # Exim test configuration 4005 # Content-scan: clamav interface +OPT= +CONTROL= + exim_path = EXIM_PATH host_lookup_order = bydns primary_hostname = myhost.test.ex @@ -10,7 +13,8 @@ gecos_pattern = "" gecos_name = CALLER_NAME log_selector = +subject -av_scanner = clamd : DIR/eximdir/clam_sock +#XXX we need an additional test for tcp-connected clamd +av_scanner = clamd : DIR/eximdir/clam_sock CONTROL # ----- Main settings ----- diff --git a/test/confs/4009 b/test/confs/4009 index b635195b6..573aa6a4a 100644 --- a/test/confs/4009 +++ b/test/confs/4009 @@ -1,6 +1,8 @@ # Exim test configuration 4009 # Content-scan: spamassassin interface +OPT= + exim_path = EXIM_PATH host_lookup_order = bydns primary_hostname = myhost.test.ex @@ -10,7 +12,7 @@ gecos_pattern = "" gecos_name = CALLER_NAME log_selector = +subject -spamd_address = 127.0.0.1 7833 +spamd_address = 127.0.0.1 7833 OPT # ----- Main settings ----- -- cgit v1.2.3