Sergey G. Brester

Results 533 comments of Sergey G. Brester

This can be considered as a new RFE for: - new logpath option (suffix), like `rescan ` causing a rescan from some time (`now - maxtime`) by initial processing; -...

There is no such thing like "initial scan" available, the normal processing takes place after seek, so if such a mockup with fake time will be implemented, there will be...

Enclosed some backported PoC of me as a script using `fail2ban-regex` internally to execute a command, considering given `--maxretry` and `--findtime`. fail2ban-rescan ```python #!/usr/bin/env fail2ban-python import sys, time from fail2ban.server.filter...

> to list all active jails at once. `fail2ban-client status` doing exactly that. Do you rather mean to list **all tickets of** all active jails?

> I think to use '\S' better than '\w'. I'd rather use `[^/]` instead. > I tried to create the following postfix.local You could specify it directly in jail.local: ```ini...

I'm unsure if it'd be better to target 0.10/0.11 branches here, since probably we'll switch master to 3.x-based branch (at least it is in the discussion, see also https://github.com/fail2ban/fail2ban/pull/3329#issuecomment-1207949912). But...

> Unfortunately I don't know the best way for fail2ban to handle this. Well, unfortunately we don't do that also. But the whole thing is very simple - security (also...

> Is there any progress on this issue? At the moment, no - not yet. The proper workaround is described in https://github.com/fail2ban/fail2ban/issues/3059#issuecomment-881944068

> I think that isn't the correct workaround. Please don't confuse workaround with solution. > the admin could ... He can everything... and fail2ban provides a lot of actions that...

Strange that exim logs the timestamp (additionally to the timestamp normally logged by syslog) by itself... > as far as I understand fail2ban it misses the second date/timestamp and thus...