Hello,
I have implemented the Axigen Docker container with separate containers for ClamAV and Spamassassin.
I edited the axigen.cfg and made the changes below:
{
name = “AV:SpamAssassin”
address = “inet://192.168.0.12:783”
protocolFile = “/var/opt/axigen/filters/spamassassin.afsl”
idleTimeout = 300
actionOnMatch = pass
maxConnections = 10
maxMessageSize = 10240
}
{
name = “AV:ClamAV”
address = “inet://192.168.0.12:3310”
protocolFile = “/var/opt/axigen/filters/clam-av.afsl”
idleTimeout = 300
actionOnMatch = pass
maxConnections = 10
maxMessageSize = 10240
}
However as you stated I see this:
How do I know it is working??
I am seeing this in the logs:
PROCESSING:00315699: Filter ClamAV(192.168.86.14:3310):[ERROR]: [failsafe] Error reading from filter. Remaining in failsafe mode
Thanks in advance for your help.
MT1