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.

(cherry picked from commit e5f355c902)

# Conflicts:
#	setup/flavors/compose/mailu.env
This commit is contained in:
Dimitri Huisman
2020-08-22 16:48:11 +02:00
committed by Mergify
parent 6b5bb5fcd1
commit c423d14add

View File

@@ -62,11 +62,16 @@ API={{ api_enabled or 'false' }}
# Dav server implementation (value: radicale, none). To enable this feature, recreate the docker-compose.yml file via setup.
WEBDAV={{ webdav_enabled or 'none' }}
<<<<<<< HEAD
# Antivirus solution (value: clamav, none). To enable this feature, recreate the docker-compose.yml file via setup.
ANTIVIRUS={{ antivirus_enabled or 'none' }}
# Scan Macros solution (value: true, false). To enable this feature, recreate the docker-compose.yml file via setup.
SCAN_MACROS={{ oletools_enabled or 'false' }}
=======
# Antivirus solution (value: clamav, none)
ANTIVIRUS={{ antivirus_enabled or 'none' }}
>>>>>>> e5f355c9 (Fix ANTIVIRUS line in mailu.env file)
###################################
# Mail settings