From owner-freebsd-questions@FreeBSD.ORG Sun Apr 25 13:51:46 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 575DF16A4CE for ; Sun, 25 Apr 2004 13:51:46 -0700 (PDT) Received: from mx01.sohotech.ca (ottawa-hs-64-26-169-251.s-ip.magma.ca [64.26.169.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E8043D5C for ; Sun, 25 Apr 2004 13:51:45 -0700 (PDT) (envelope-from ebudd@grokking.org) Received: from asimov.sohotech.ca (asimov.sohotech.ca [192.168.1.6]) (authenticated bits=0) by mx01.sohotech.ca (8.12.10/8.12.10) with ESMTP id i3PKphA5056699; Sun, 25 Apr 2004 16:51:43 -0400 (EDT) (envelope-from ebudd@grokking.org) Date: Sun, 25 Apr 2004 16:51:37 -0400 From: Ed Budd To: Jakub Lida Message-Id: <20040425165137.532bc115.ebudd@grokking.org> In-Reply-To: <408C22B3.3050005@opus.eu.org> References: <408C22B3.3050005@opus.eu.org> X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.42 cc: freebsd-questions@freebsd.org Subject: Re: ClamAV 0.67, SendMail, FreeBSD 5.2.1-RELEASE-p1 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: Sun, 25 Apr 2004 20:51:46 -0000 On Sun, 25 Apr 2004 22:42:27 +0200 Jakub Lida wrote: > Sorry for bothering, but I assume that I have to recompile > /usr/src/contrib/sendmail with milter support, don't I? Should I > define MILTER in conf.h (in sendmail sources)? > Or you don't mention milter support in sendmail because it is compiled > in by default, hey? ;) > Bingo! But just to be sure, type this as root: sendmail -bt -d0.1 If you see MILTER listed in the "compiled with" area you're good to go...at least as far as milter is concerned. EB