From d33610d2cf303867923c47eca7a4470a992485d5 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 27 Aug 2013 10:07:16 +0200 Subject: [PATCH] dovecot regex now accepts PIDs --- dovecot.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dovecot.conf b/dovecot.conf index b9acf02..17119c5 100644 --- a/dovecot.conf +++ b/dovecot.conf @@ -11,8 +11,8 @@ # (?:::f{4,6}:)?(?P[\w\-.^_]+) # Values: TEXT # -failregex = dovecot: auth-worker\(default\): sql\(.*@.*,\): Password mismatch - dovecot: auth-worker\(default\): sql\(.*@.*,\): unknown user +failregex = dovecot: auth-worker\(.*\): sql\(.*@.*,\): Password mismatch + dovecot: auth-worker\(.*\): sql\(.*@.*,\): unknown user # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.