mirror of https://github.com/fail2ban/fail2ban
Merge pull request #3527 from vafgoettlich/master
(partial merge, only postfix-backend)pull/4020/head^2^2
commit
0b255a8723
|
@ -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 New Issue