Fix #log lines
Dieser Commit ist enthalten in:
Ursprung
6885f45246
Commit
7c95be95cd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -16,7 +16,7 @@ Some logs are filtered and written to Redis keys but also streamed to a Redis ch
|
||||||
|
|
||||||
The Redis channel is used to stream logs with failed authentication attempts to be read by fail2ban-mailcow.
|
The Redis channel is used to stream logs with failed authentication attempts to be read by fail2ban-mailcow.
|
||||||
|
|
||||||
The Redis keys are persistent and will keep 10001 lines of logs for the web UI.
|
The Redis keys are persistent and will keep 10000 lines of logs for the web UI.
|
||||||
|
|
||||||
This mechanism makes it possible to use whatever Docker logging driver you want to, without losing
|
This mechanism makes it possible to use whatever Docker logging driver you want to, without losing
|
||||||
the ability to read logs from the UI or ban suspicious clients with fail2ban-mailcow.
|
the ability to read logs from the UI or ban suspicious clients with fail2ban-mailcow.
|
||||||
|
|
Laden …
In neuem Issue referenzieren