1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-05-31 23:10:01 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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