Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2005 07:26:59 -0500
From:      Kevin Kobb <kkobb@skylinecorp.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: cyrus-sasl2 configuration
Message-ID:  <dhgmil$tt1$1@sea.gmane.org>
In-Reply-To: <20050929191245.D620.GERARD@seibercom.net>
References:  <20050929191245.D620.GERARD@seibercom.net>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dhgmil$tt1$1>