filter.d/postfix.conf - extended prefregex to capture username in postfix SASL failures;

closes gh-4165
This commit is contained in:
sebres 2026-04-11 14:42:57 +02:00
parent 732dc86ef3
commit 8d3f5048ef
3 changed files with 3 additions and 2 deletions

View file

@ -59,6 +59,7 @@ ver. 1.1.1-dev-1 (20??/??/??) - development nightly edition
FreeSWITCH log line prefix has changed in newer versions (gh-3143)
* `filter.d/lighttpd-auth.conf` - fixed regex (if failures generated by systemd-journal), bypass several prefixes now (gh-3955)
* `filter.d/postfix.conf`:
- extended `prefregex` to capture username in postfix SASL failures (gh-4165)
- consider CONNECT and other rejected commands as a valid `_pref` (gh-3800)
- default `_daemon` in prefix-line is loosened - can match everything starting with word postfix, like `postfix-example.com/smtpd` (gh-3297)
- add optional `NOQUEUE:` prefix to ddos regex (gh-4072)