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:
parent
ec1c45d789
commit
e5f355c902
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user