From e5f355c9024d75b0a5a7ceb5d8b2d1eac836cc3d Mon Sep 17 00:00:00 2001 From: Dimitri Huisman <52963853+Diman0@users.noreply.github.com> Date: Sat, 22 Aug 2020 16:48:11 +0200 Subject: [PATCH] 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. --- setup/flavors/compose/mailu.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/flavors/compose/mailu.env b/setup/flavors/compose/mailu.env index 560f7722..44452e36 100644 --- a/setup/flavors/compose/mailu.env +++ b/setup/flavors/compose/mailu.env @@ -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