From 5eda946c4f617c0f026f12f0b3d09794910f7d99 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 13 Mar 2012 23:37:47 +0100 Subject: [PATCH] added regex for "unknown user" login attempts --- dovecot.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dovecot.conf b/dovecot.conf index 6934a11..bc86867 100644 --- a/dovecot.conf +++ b/dovecot.conf @@ -15,6 +15,7 @@ # Values: TEXT # failregex = dovecot: auth-worker\(default\): sql\(.*@.*,\): Password mismatch + dovecot: auth-worker\(default\): sql\(.*@.*,\): unknown user # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.