diff --git a/plinth/modules/email/__init__.py b/plinth/modules/email/__init__.py index 44db24be7..1a743a27c 100644 --- a/plinth/modules/email/__init__.py +++ b/plinth/modules/email/__init__.py @@ -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.'), _('Roundcube app provides web ' 'interface for users to access email.'), _('During installation, any other email servers in the system will be '