You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user