From 2fa8c5b3a7c3f262df076b7245e8536f7b164af1 Mon Sep 17 00:00:00 2001
From: Thuban <thuban@yeuxdelibad.net>
Date: Sat, 27 Apr 2019 07:15:40 +0000
Subject: [PATCH] add new dovecot rule

---
 vilain.conf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/vilain.conf b/vilain.conf
index 697e039..4191d1d 100644
--- a/vilain.conf
+++ b/vilain.conf
@@ -69,6 +69,11 @@
 regex = .*auth failed.*rip=([\S]+),.*
 maxtries = 2
 
+[dovecot2]
+logfile = /var/log/maillog
+regex = .*Disconnected \(no auth attempts in.*rip=([\S]+),.*
+maxtries = 2
+
 [wordpress]
 # don't use if you have wordpress
 logfile = /var/www/logs/access.log

--
Gitblit v1.9.3