From owner-freebsd-stable Wed May 29 0:20:50 2002 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 2DF0437B403 for ; Wed, 29 May 2002 00:20:37 -0700 (PDT) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.4.Beta0/8.12.4.Beta0) with ESMTP id g4T7Kar7018631 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 29 May 2002 00:20:36 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.4.Beta0/8.12.4.Beta0/Submit) id g4T7KaNX018628; Wed, 29 May 2002 00:20:36 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15604.33092.267739.371133@horsey.gshapiro.net> Date: Wed, 29 May 2002 00:20:36 -0700 From: Gregory Neil Shapiro To: jerry@thehutt.org Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Milter Support? In-Reply-To: <20020529055232.GA516@nomad.thehutt.org> References: <20020529055232.GA516@nomad.thehutt.org> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jerry> SENDMAIL_CFLAGS= -I/usr/local/include/sasl -DSASL -DMILTER -DMILTER is already done in the appropriate Makefiles. You shouldn't add it again. jerry> SENDMAIL_LDADD= -lsasl -lmilter -pthread You don't need to link libmilter as it is for the filters, not sendmail itself. Also, sendmail isn't threaded so don't use -pthread. So in the end, you don't need to do anything at all to get Milter support. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message