From owner-freebsd-questions Fri Mar 21 13:14:39 2003 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 4657337B404 for ; Fri, 21 Mar 2003 13:14:38 -0800 (PST) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D2343F85 for ; Fri, 21 Mar 2003 13:14:35 -0800 (PST) (envelope-from mij@soupnazi.org) Received: from envy.homeunix.com ([4.47.68.142]) by out002.verizon.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030321211434.EWFX6546.out002.verizon.net@envy.homeunix.com>; Fri, 21 Mar 2003 15:14:34 -0600 Received: from soupnazi.org (lust [192.168.1.2]) by envy.homeunix.com (8.12.8/8.12.7) with ESMTP id h2LLEURn058418; Fri, 21 Mar 2003 13:14:31 -0800 (PST) (envelope-from mij@soupnazi.org) Date: Fri, 21 Mar 2003 13:14:26 -0800 Subject: Re: SMTP Authentication Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: freebsd-questions@freebsd.org To: Paul Lathrop From: Jim Mock In-Reply-To: Message-Id: <18E2ADA2-5BE2-11D7-8013-000393460DB2@soupnazi.org> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.551) X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [4.47.68.142] at Fri, 21 Mar 2003 15:14:33 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday, March 21, 2003, at 01:04 PM, Paul Lathrop wrote: >> Did you install SASL from the package or from the port? IIRC, the >> package is compiled with Kerberos support. > > I installed from the ports collection, but used just the default > configuration. I have looked all through my Postfix config files and > can't find a setting that says it accepts kerberos authentication, but > that could be because it is a default I was unaware of. I am rooting > through postfix docs now. Both ports (cyrus-sasl and cyrus-sasl2) have the following: .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+= --enable-gssapi=${KRB5_HOME} .elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}) CONFIGURE_ARGS+= --enable-gssapi=${HEIMDAL_HOME} .else CONFIGURE_ARGS+= --disable-gssapi GSSAPI= "@comment " .endif .if exists(/usr/lib/libkrb.a) CONFIGURE_ARGS+= --enable-krb4 .else CONFIGURE_ARGS+= --disable-krb4 EBONES= "@comment " .endif Check to see if you have either KRB5_HOME or HEIMDAL_HOME set in your environment or if /usr/lib/libkrb.a exists. - jim -- - jim mock. email: mij@soupnazi.org web: http://soupnazi.org - - freebsd project: jim@FreeBSD.org opendarwin: mij@opendarwin.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message