email: Drop mentions of clamav as it is too memory intensive

A fresh install of clamav-daemon takes up about 1GiB or RAM. Most of this is the
virus signature database and is used regularly for a scan. This makes ClamAV
unsuitable for FreedomBox running on many single board computers. Drop ClamAV
until we start recommending/requiring at least 2GiB of RAM.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-02-15 19:19:25 -08:00 committed by James Valleroy
parent ad702e1a91
commit 37b28e05d7
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -21,14 +21,11 @@ from plinth.signals import domain_added, domain_removed
from . import audit, manifest
clamav_packages = ['clamav', 'clamav-daemon']
clamav_daemons = ['clamav-daemon', 'clamav-freshclam']
_description = [
_('This is a complete email server solution using Postfix, Dovecot, '
'Rspamd and ClamAV. Postfix sends and receives emails. Dovecot allows '
'and Rspamd. Postfix sends and receives emails. Dovecot allows '
'email clients to access your mailbox using IMAP and POP3. Rspamd deals '
'with spam. ClamAV identifies viruses and malware.'),
'with spam.'),
_('<a href="/plinth/apps/roundcube/">Roundcube app</a> provides web '
'interface for users to access email.'),
_('During installation, any other email servers in the system will be '