IRedMail/FAQ/Completely.Disable.Amavisd.ClamAV.SpamAssassin
From iRedMail
(Difference between revisions)
(Created page with ' Steps to completely disable spam and virus scanning services: # Comment out 'content_filter = smtp-amavis:[127.0.0.1]:10024' in Postfix config file main.cf, and restart Postfix…') |
|||
| Line 1: | Line 1: | ||
| - | |||
Steps to completely disable spam and virus scanning services: | Steps to completely disable spam and virus scanning services: | ||
| Line 9: | Line 8: | ||
* ClamAV and SpamAssassin will be invoked by Amavisd, so if you disable Amavisd, those two are disabled too. | * ClamAV and SpamAssassin will be invoked by Amavisd, so if you disable Amavisd, those two are disabled too. | ||
* SpamAssassin doesn't have daemon service running in iRedMail solution, so there's no need to stop SpamAssassin service. | * SpamAssassin doesn't have daemon service running in iRedMail solution, so there's no need to stop SpamAssassin service. | ||
| + | |||
| + | [[Category: FAQ]] | ||
| + | [[Category: iRedMail/FAQ]] | ||
Revision as of 15:41, 28 August 2012
Steps to completely disable spam and virus scanning services:
- Comment out 'content_filter = smtp-amavis:[127.0.0.1]:10024' in Postfix config file main.cf, and restart Postfix service.
- Disable network services: Amavisd, ClamAV.
Notes:
- ClamAV and SpamAssassin will be invoked by Amavisd, so if you disable Amavisd, those two are disabled too.
- SpamAssassin doesn't have daemon service running in iRedMail solution, so there's no need to stop SpamAssassin service.
