diff --git a/config/filter.d/roundcube-auth.conf b/config/filter.d/roundcube-auth.conf index bab62651..1d0007da 100644 --- a/config/filter.d/roundcube-auth.conf +++ b/config/filter.d/roundcube-auth.conf @@ -19,6 +19,9 @@ failregex = ^(?:FAILED login|Login failed) for .* from (\ ^(?:<[\w]+> )?Failed login for .* from in session \w+( \(error: \d\))?$ ignoreregex = + +journalmatch = SYSLOG_IDENTIFIER=roundcube + # DEV Notes: # # Source: https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube/rcube_imap.php#L180