From owner-freebsd-questions@FreeBSD.ORG Wed Sep 28 23:22:01 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 4F7B916A41F for ; Wed, 28 Sep 2005 23:22:01 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp3.suscom.net (smtp3.suscom.net [64.78.119.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id E974043D4C for ; Wed, 28 Sep 2005 23:22:00 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp3.suscom.net (Postfix) with ESMTP id 585EA2101CD for ; Wed, 28 Sep 2005 19:21:58 -0400 (EDT) Received: from smtp3.suscom.net ([127.0.0.1]) by localhost (smtp3.suscom.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15421-01-75 for ; Wed, 28 Sep 2005 19:21:51 -0400 (EDT) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp3.suscom.net (Postfix) with SMTP id 4790C21021D for ; Wed, 28 Sep 2005 19:21:51 -0400 (EDT) Received: from [192.168.0.2] ([192.168.0.2]) by seibercom.net (8.13.4/8.13.4) with ESMTP id j8SNLqsN031187 for ; Wed, 28 Sep 2005 19:21:52 -0400 (EDT) (envelope-from gerard@seibercom.net) Date: Thu, 29 Sep 2005 19:21:54 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom Message-Id: <20050929191245.D620.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.22.02 [en] X-Virus-Scanned: amavisd-new at suscom.net Subject: cyrus-sasl2 configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 23:22:01 -0000 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? -- Gerard Seibert