mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
* Merge pull request #3527 from vafgoettlich/master
(partial merge, only postfix-backend)
This commit is contained in:
commit
ff3eca1d61
2 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ ver. 1.1.1-dev-1 (20??/??/??) - development nightly edition
|
|||
* `paths-debian.conf`:
|
||||
- default banactions are `nftables`
|
||||
- sshd backend switched to `systemd` (gh-3292)
|
||||
- postfix backend switched to `systemd` (gh-3527)
|
||||
* `action.d/firewallcmd-ipset.conf`:
|
||||
- rename `ipsettype` to `ipsetbackend` (gh-2620), parameter `ipsettype` will be used now to the real set type (gh-3760)
|
||||
* `filter.d/apache-noscript.conf` - consider new log-format with "AH02811: stderr from /..." (gh-3900)
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ banaction = nftables
|
|||
banaction_allports = nftables[type=allports]
|
||||
|
||||
sshd_backend = systemd
|
||||
postfix_backend = systemd
|
||||
|
||||
syslog_mail = /var/log/mail.log
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue