1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-04 23:27:34 +02:00

fix fail2ban regexp

This commit is contained in:
Florent Daigniere 2023-08-05 18:10:03 +02:00
parent 890f847f6c
commit a0c93da850

View File

@ -667,7 +667,7 @@ Please note that the provided example will block the subnet from sending any ema
# Fail2Ban configuration file # Fail2Ban configuration file
[Definition] [Definition]
failregex = : Authentication attempt from <HOST> has been rate-limited\.$ failregex = : Authentication attempt from <HOST>(?: for (?:[^ ]+@[^ ]+))? has been rate-limited\.$
ignoreregex = ignoreregex =
journalmatch = CONTAINER_TAG=mailu-admin journalmatch = CONTAINER_TAG=mailu-admin