Email error / Clamav / Exim (Fixed Debian) - malware acl condition - clamd: unable to connect to UNIX socket
Posted: Sun Jul 03, 2016 12:41 pm
Hi guys, after waste a long time trying to fix the problem with Clamav with Exim, I hope that post can help someone with trying the same thing.
1) Automated and/or manually install of clamav
http://vestacp.com/docs/#how-to-install ... ian-ubuntu
VestaCP /etc/clamav/clamd.conf add this option in your conf file:
This option give you a error when you try to start clamd, then it is the first reason of clamd is not working.
2) Folder /var/run/clamav/ permission error, then you should do it:
And now, my clamav is working and I'm receiving emails without any problems.
I hope that post can help some peoples, because I waste a LONG time to find where is the problem.
First, my problem is (I'm not receiving emails), then to get notice of that the problem is with clamav, i waste long time for it and then, to "learn how its work and fix that problems" more a long time.
That's all. Sorry about my bad english!
1) Automated and/or manually install of clamav
http://vestacp.com/docs/#how-to-install ... ian-ubuntu
VestaCP /etc/clamav/clamd.conf add this option in your conf file:
Code: Select all
AllowSupplementaryGroups true
change it to
#AllowSupplementaryGroups true
2) Folder /var/run/clamav/ permission error, then you should do it:
Code: Select all
chown -R clamav:clamav /var/run/clamav
I hope that post can help some peoples, because I waste a LONG time to find where is the problem.
First, my problem is (I'm not receiving emails), then to get notice of that the problem is with clamav, i waste long time for it and then, to "learn how its work and fix that problems" more a long time.
That's all. Sorry about my bad english!