Dovecot 2.4 changed the log format for aborted authentication attempts, from
dovecot[123]: imap-login: Disconnected: Connection closed (auth failed, 1 attempts in 7 secs): user=<user>, method=PLAIN, rip=1.2.3.4, lip=1.2.3.9, TLS: Connection closed, session=<xxxx></xxxx></user>
to
dovecot[123]: imap-login: Login aborted: Connection closed (auth failed, 1 attempts in 7 secs): user=<user>, method=PLAIN, rip=1.2.3.4, lip=1.2.3.9, TLS: Connection closed, session=<xxxx></xxxx></user>
Please support this change.
I think the following changes should suffice:
Thanks for the changes.
There are also other changes, please see: https://sourceforge.net/p/logwatch/git/merge-requests/90/
Can you re-submit the merge request with the new base? Your previous patch was already saved to the repository. So your working
dovecotfile should be the correct version, with the additional changes.Now I see that both change requests might have overlapped. So maybe submit it as a patch file from the prior dovecot or, even better, as either a patch file or a merge request from the current repository's version.
Folks, I've picked up items from both of these requests and pushed an update to dovecot for them.
Please check if they address all the issues.