IRedMail/FAQ/Disable.ClamAV
From iRedMail
Revision as of 05:27, 24 March 2012 by ZhangHuangbin (Talk | contribs)
To completely disable ClamAV, please:
- Disable ClamAV services (clamd, freshclamd)
- Uncomment out below line in /etc/amavisd.conf, and set it to 0. Then restart Amavisd service.
| File: amavisd.conf |
@bypass_virus_checks_maps = (0); # controls running of anti-virus code |
That's all.
