From 6197fb178c66e3177a0f5c46faccda8a24bfc873 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 9 Jul 2009 00:48:05 -0400 Subject: [PATCH] Added a comment into Debian-shipped jail.conf about sasl logpath -- it might preferable to monitor warn.log in case of postfix --- debian/jail.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/jail.conf b/debian/jail.conf index 3cdbcda9..ef4c7438 100644 --- a/debian/jail.conf +++ b/debian/jail.conf @@ -238,6 +238,8 @@ logpath = /var/log/mail.log enabled = false port = smtp,ssmtp,imap2,imap3,imaps,pop3,pop3s filter = sasl +# You might consider monitoring /var/log/warn.log instead +# if you are running postfix. See http://bugs.debian.org/507990 logpath = /var/log/mail.log