1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

introduce variable to control Amavis' loglevel (#1947)

This commit is contained in:
Georg Lauterbach
2021-05-06 23:51:45 +02:00
committed by GitHub
parent ba37ed115d
commit 04e98dc49f
7 changed files with 35 additions and 16 deletions

View File

@ -69,6 +69,12 @@ ENABLE_CLAMAV=0
# 1 => Enabled
ENABLE_AMAVIS=1
# -1/-2/-3 => Only show errors
# **0** => Show warnings
# 1/2 => Show default informational output
# 3/4/5 => log debug information (very verbose)
AMAVIS_LOGLEVEL=0
# If you enable Fail2Ban, don't forget to add the following lines to your `docker-compose.yml`:
# cap_add:
# - NET_ADMIN