From owner-freebsd-questions@FreeBSD.ORG Wed Mar 23 16:34:35 2005 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 18D0416A4CE for ; Wed, 23 Mar 2005 16:34:35 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D00A43D58 for ; Wed, 23 Mar 2005 16:34:34 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id j2NGYYWX042544; Wed, 23 Mar 2005 10:34:34 -0600 (CST) (envelope-from dan) Date: Wed, 23 Mar 2005 10:34:33 -0600 From: Dan Nelson To: Tillman Hodgson Message-ID: <20050323163433.GB19890@dan.emsphone.com> References: <20050323151910.GT86465@seekingfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050323151910.GT86465@seekingfire.com> X-OS: FreeBSD 5.4-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i cc: FreeBSD-Questions Subject: Re: Proper way to add 3rd party milters? 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: Wed, 23 Mar 2005 16:34:35 -0000 In the last episode (Mar 23), Tillman Hodgson said: > I'm looking at some milters that would be very useful to my mail > architecture (milter-ahead is one I'm looking at deploying very > soon). > > What's the best way to add 3rd-party milters so that it's still > maintainable? I'm thinking of writing a port around it (using > mail/rbl-milter) because I could then use the ports infrastructure to > upgrade. Does this method work well when using milters with the > sendmail in the base OS? What are other folks doing to solve this > sort of problem? There shouldn't be any issues at all. Just install the milter, create an rc script to start it up, and print a message asking the user to add the appropriate INPUT_MAIL_FILTER macro to their .mc file. -- Dan Nelson dnelson@allantgroup.com