I am trying to create a regex filter for my failed Dovecot entries in the maillog file. What I have created is:
.*dovecot: auth: sql\(.*,<HOST>\): Password mismatch
The target line in the maillog is:
Dec 9 15:09:51 hawk888 dovecot: auth: sql(deals@sleepyvalley.net,166.175.59.157): Password mismatch
Also, when I place the variable, in a failregex, is this case sensitive or does case matter?
Can anyone help?