1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

Fix ANTIVIRUS line in mailu.env file

The ANTIVIRUS line is commented in mailu.env file. Each mailu.env file generated by setup.mailu.io will have the antivirus line commented. Removed the # so that antivirus works again for new deployments.
This commit is contained in:
Dimitri Huisman
2020-08-22 16:48:11 +02:00
committed by GitHub
parent ec1c45d789
commit e5f355c902

View File

@@ -51,7 +51,7 @@ WEBMAIL={{ webmail_type }}
WEBDAV={{ webdav_enabled or 'none' }}
# Antivirus solution (value: clamav, none)
#ANTIVIRUS={{ antivirus_enabled or 'none' }}
ANTIVIRUS={{ antivirus_enabled or 'none' }}
###################################
# Mail settings