From owner-freebsd-questions@FreeBSD.ORG Mon May 17 18:13:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2810516A4CE for ; Mon, 17 May 2004 18:13:07 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9BEE43D3F for ; Mon, 17 May 2004 18:13:06 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i4I1D6PD095306; Mon, 17 May 2004 20:13:06 -0500 (CDT) (envelope-from dan) Date: Mon, 17 May 2004 20:13:06 -0500 From: Dan Nelson To: Gary Kline Message-ID: <20040518011305.GB61167@dan.emsphone.com> References: <20040518003325.GA50889@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040518003325.GA50889@tao.thought.org> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: FreeBSD Mailing List Subject: Re: MOM (more on milters) - Checked by AntiVir DEMO version - X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 01:13:07 -0000 In the last episode (May 17), Gary Kline said: > > I tried and failed to install 4 or 5 of the mail filters > in /ports/mail. Do I *need* to keep the "dnl" after each > FEATURE in the *.cf file? Maybe that messed things up. > Both the scripts and maillog reported socket problems among > other things. A t any rate, after 5 hours one of the ports > in security, antivir-milter-1.1.b_2, seems to be working. The dnl is just to eat newlines in the final sendmail cf file; omitting them won't affect anything. If you are seeing socket errors, then sendmail and the milter most likely don't agree on where the socket is. If they agree and sendmail is started before the milter, you'll get warnings from sendmail but once the milter starts up everything will work. -- Dan Nelson dnelson@allantgroup.com