Re: postfix' blacklistd patch
- In reply to: Juraj Lutter : "Re: postfix' blacklistd patch"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 19:35:51 UTC
Juraj Lutter <otis@FreeBSD.org> wrote: >> On 16 Jan 2023, at 16:49, Michael Grimm <trashcan@ellael.org> wrote: >> I wonder if the following condition for triggering blacklistd is appropriate: >> >> >> /* notify blacklistd of SASL authentication failure */ >> pfilter_notify(1, vstream_fileno(state->client)); >> return (-1); >> } >> >> If I am not mistaken blacklistd will become notified even after a 'Temporary authentication failure'. >> >> Has this been intended? > > > Yes, because even an temporary failure could be a result of a “brute force attack”. Thanks for the clarification and regards, Michael