1

Topic: These two errors keep popping up

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
error1
error2
====

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: These two errors keep popping up

The log indicates that ClamAV is failing to scan for email viruses.
Usually this happens when the Server has a RAM less than 2GB.

Have you checked the amavisd service status?

systemctl status clamd@amavisd # for cent'OS
service clamd@amavisd status # for Ubuntu/Debian

If the service is active, and your RAM is over 2GB, then try restarting amavisd.

systemctl restart clamd@amavisd # for cent'OS
service clamd@amavisd restart # for Ubuntu/Debian