mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-29 17:22:20 +00: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.
(cherry picked from commit e5f355c902)
# Conflicts:
# setup/flavors/compose/mailu.env
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user