mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
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:
parent
ad702e1a91
commit
37b28e05d7
@ -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 '
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user