On Fri, 02 Dec 2016 13:22:09 -0500 "Bill Cole" <[email protected]> wrote:
> socat UNIX-LISTEN:/var/run/fakeclamd.sock,mode=777,fork > TCP:<clamdhost>:<clamdport> That won't work because the MIMEDefang code uses SCAN, which gets passed a local filename. Better just to modify the Perl wrappers to use IO::Socket::INET and use the stream-scanning clamd protocol. Regards, Dianne. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

