2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-09-05 00:35:38 +00:00

Introduce CLAMAV_MESSAGE_SIZE_LIMIT env (#2453)

This commit is contained in:
Casper
2022-03-03 16:17:01 +01:00
committed by GitHub
parent 1911f9a4b4
commit b9fdb1e7b5
9 changed files with 57 additions and 30 deletions

View File

@@ -130,7 +130,7 @@ EOF
function _start_daemons_clamav
{
_notify 'task' 'Starting clamav'
_notify 'task' 'Starting ClamAV'
supervisorctl start clamav || dms_panic__fail_init 'ClamAV'
}