From owner-freebsd-current@FreeBSD.ORG Mon Sep 20 15:41:24 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC0CF16A4CE; Mon, 20 Sep 2004 15:41:24 +0000 (GMT) Received: from CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com (CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com [69.193.222.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91AA43D31; Mon, 20 Sep 2004 15:41:24 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from cpe000103d44c07-cm000f9f7ae88c.cpe.net.cable.rogers.com (localhost [127.0.0.1])with ESMTP id B21B829549A; Mon, 20 Sep 2004 11:41:20 -0400 (EDT) Received: from 66.11.183.178 (SquirrelMail authenticated user mikej); by cpe000103d44c07-cm000f9f7ae88c.cpe.net.cable.rogers.com with HTTP; Mon, 20 Sep 2004 11:41:20 -0400 (EDT) Message-ID: <1549.66.11.183.178.1095694880.squirrel@66.11.183.178> Date: Mon, 20 Sep 2004 11:41:20 -0400 (EDT) From: "Mike Jakubik" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-wettoast-MailScanner-Information: Please contact the ISP for more information X-wettoast-MailScanner: Found to be clean X-MailScanner-From: mikej@rogers.com cc: ports@freebsd.org Subject: /var/log/messages flooded with 'sql plugin' notices from postfix X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 15:41:25 -0000 Hi, I am using postfix 2.1.4 with mysql lookups and SASL2, which also uses mysql. All software was compiled from ports. I am getting a lot of the following messages in my /var/log/messages : Sep 19 22:59:18 mail postfix/smtpd[21751]: sql plugin: no result found Sep 19 22:59:18 mail postfix/smtpd[21751]: sql plugin: no result found Sep 19 22:59:33 mail postfix/smtpd[18395]: sql plugin: no result found This is basically when a user specifys an invalid login. These messages are very frequent and are polluting my messages log. Is there any way to have postfix disable these notices? P.S. I have tried the postfix mailing list, but they redirected me here :P Thanks.