clamav: allow configuration to use TCP socket 14441/head
authorW. Michael Petullo <mike@flyn.org>
Fri, 8 Jan 2021 19:33:34 +0000 (13:33 -0600)
committerW. Michael Petullo <mike@flyn.org>
Sun, 10 Jan 2021 00:29:46 +0000 (18:29 -0600)
commit54016ddaf4f4bcb523e03c9702a22dbf1d30ee2f
tree83af360a7ca7beb344712f3b2215df6a33800297
parentf95f280a463651dfde53e610370c07893b7f41d4
clamav: allow configuration to use TCP socket

Something having to do with passing a file descriptor over spamd's
Unix socket causes the ClamAV milter to fail. The milter says "ERROR:
Unknown reply from clamd," and running strace on spamd reveals "No file
descriptor received. ERROR."

Some work by others can be found on the Internet that suggests using
a TCP socket for the communication between the milter and spamd fixes
this. Lucian Cristian confirmed this on OpenWrt.

I am not sure why the Unix socket does not work. I suspect it is something
related to musl, but I have not yet found evidence of this.

This merge request adds the option to configure spamd to use a TCP
socket, and it uses this as the default. The merge request also adds an
init script for clamav-milter.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
net/clamav/Makefile
net/clamav/files/clamav-milter.config [new file with mode: 0644]
net/clamav/files/clamav-milter.init [new file with mode: 0644]
net/clamav/files/clamav.config
net/clamav/files/clamav.init