From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 05:00:54 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 9969316A4DA for ; Sun, 7 Mar 2004 05:00:54 -0800 (PST) Received: from adicia.telenet-ops.be (adicia.telenet-ops.be [195.130.132.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A9C43D41 for ; Sun, 7 Mar 2004 05:00:54 -0800 (PST) (envelope-from n.b@myrealbox.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by adicia.telenet-ops.be (Postfix) with SMTP id B996B1F722E for ; Sun, 7 Mar 2004 14:00:53 +0100 (MET) Received: from cronos.home.vsb (d5152A4C1.kabel.telenet.be [81.82.164.193]) by adicia.telenet-ops.be (Postfix) with ESMTP id 9E13B1F717D for ; Sun, 7 Mar 2004 14:00:53 +0100 (MET) From: Guy Van Sanden To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1078664453.3866.3.camel@cronos.home.vsb> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 07 Mar 2004 14:00:53 +0100 Content-Transfer-Encoding: 7bit Subject: UW-Imap build question 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, 07 Mar 2004 13:00:54 -0000 I read that I can get uw-imap to work with Kerberos b compiling nlp with EXTRAAUTHENTICATORS=gss Can I still do this through the port, and how? 3.10 How do I configure Kerberos V5? imap-2002 supports client and server functionality on UNIX and 32-bit Windows. Kerberos V5 is supported by default in Windows 2000 builds: nmake -f makefile.w2k Other builds require that a third-party Kerberos package, e.g. MIT Kerberos, be installed on the system first. To build with Kerberos V5 on UNIX, include EXTRAAUTHENTICATORS=gss in the make command line, e.g. make lnp EXTRAAUTHENTICATORS=gss To build with Kerberos V5 on Windows 9x, Windows Millenium, and NT4, use the "makefile.ntk" file instead of "makefile.nt": nmake -f makefile.ntk -- ______________________________________________________________________ Guy Van Sanden http://unixmafia.port5.com Registered Linux user #249404 - September 1997 ______________________________________________________________________