Author: Chris Davies Date: To: exim-users Subject: Re: [exim] Multiple AV scanners
James Price <james@???> wrote: > I'm currently deploying a standby content scanning server [...] > I would think this should work:
> av_scanner = clamd:host1 3310 : host2 3310 > If I deploy my config with the above option, when I shut down clamd on
> host1 I get a failure and the message bypasses the malware check rather
> than checking the second server [...]
I can't answer your question directly, but you could probably roll
something running on localhost that implements the round robin for
you. I'd suggest netcat or socat as a starting point.