Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 2003 13:14:26 -0800
From:      Jim Mock <mij@soupnazi.org>
To:        Paul Lathrop <plathrop@mqtweb.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: SMTP Authentication
Message-ID:  <18E2ADA2-5BE2-11D7-8013-000393460DB2@soupnazi.org>
In-Reply-To: <C57C03F0-5BE0-11D7-AE3A-000393BF3DE2@mqtweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18E2ADA2-5BE2-11D7-8013-000393460DB2>