------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1057
Summary: Patch: Allow multiple TCP clamd scanning servers
Product: Exim
Version: 4.71
Platform: Other
OS/Version: Linux
Status: NEW
Severity: bug
Priority: medium
Component: Content Scanning
AssignedTo: tom@???
ReportedBy: mark.zealey@???
CC: exim-dev@???
Created an attachment (id=440)
--> (
http://bugs.exim.org/attachment.cgi?id=440)
Allow multiple TCP clamd servers
Currently clamd scanning only allows a single server. This patch against exim
4.71 allows a list of servers as with spamd_address. The code to do this has
been ported from the spamd implementation and includes the improved spamd
loadbalancing patch (exim bug 1056).
So, you can now use the following config for example:
av_scanner = clamd:\
10.1.1.1 3310 : \
10.1.1.2 3310 : \
10.1.1.3 3310 : \
10.1.1.4 3310
We've been running this code for the past 2 years without issue.
Mark
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email