Antivirus and Antispam

As someone who can’t afford the fully integrated solution, could we please have an up-to-date configuration document for Axigen, ClamAV and Spamassassin.

Thanks,

Neil

Hi
For Clam-AV:
https://www.axigen.com/forum/forum/support-discussion-lists/spam-virus-protection/29-howto-setup-clamav-to-work-with-axigen

For spamassassin:

yum install spamassassin
systemctl start spamassassin
systemctl enable spamassassin
sa-update -D --updatedir /tmp/updates

systemctl restart axigen

Thank for that. I followed the instructions that I found on the old forum.
I appear to have permissions problems.
Axigen cannot connect to clam socket.
I am running Debian 10

Regards

Neil

Debian 10 now includes apparmor.
Once this is removed, rebooted - connections are allowed following the previous instructions.

Neil

you could also try to use the aa-complain mode and based on the logs generate the profile or extend the profile. It’s better to use apparmor just have to learn a bit how to use it because that increases the security of the system.
And do not forget to allow supplementary groups also. Add axigen to clamav group and you will be able to use clamav with other software.

I had added groups, it was just that I had not used apparmor before.
I have uninstalled it (for now) and learn how it works :smile: before re-installing it.

Thanks, Neil