From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 12:35:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9393916A41F for ; Thu, 29 Sep 2005 12:35:58 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2406943D4C for ; Thu, 29 Sep 2005 12:35:57 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EKxbK-0007Rq-FR for freebsd-questions@freebsd.org; Thu, 29 Sep 2005 14:33:26 +0200 Received: from 216.223.161.50 ([216.223.161.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Sep 2005 14:33:26 +0200 Received: from kkobb by 216.223.161.50 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Sep 2005 14:33:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Kevin Kobb Date: Thu, 29 Sep 2005 07:26:59 -0500 Lines: 26 Message-ID: References: <20050929191245.D620.GERARD@seibercom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 216.223.161.50 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en In-Reply-To: <20050929191245.D620.GERARD@seibercom.net> Sender: news Subject: Re: cyrus-sasl2 configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 12:35:58 -0000 Gerard Seibert wrote: > This document is available on the FreeBSD site: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html > > However, this doc references security/cyrus-sasl version 1.x. Is it > still relevant to version2.x? If so, are there any specific changes that > should be made to the installation? I think the modification I made in > the following statements is correct, but I am not sure. > > SENDMAIL_CFLAGS=-I/usr/local/include/sasl2 -DSASL > SENDMAIL_LDFLAGS=-L/usr/local/lib > SENDMAIL_LDADD=-lsasl > > One last question. In the above document, there is a reference to 'pwcheck'. > Is the port suppose to be built with that option and if so, how do I go > about setting it? > >From the Sendmail.README file of the cyrus-sasl2 port. # Add SMTP AUTH support to Sendmail SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+= -lsasl2 Take a look at this readme to start.