-
Website
http://patchlog.com -
Original page
http://patchlog.com/freebsd/sendmail-as-a-smtp-auth-client-on-freebsd/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Michael Lankton
1 comment · 1 points
-
daddyjason
1 comment · 36 points
-
anraiki
1 comment · 1 points
-
Ross McKillop
1 comment · 5 points
-
Chris Thomson
1 comment · 2 points
-
-
Popular Threads
http://unix.derkeiler.com/Mailing-Lists/FreeBSD...
and
http://www.freebsd.org/doc/en_US.ISO8859-1/book...
to find out, that the line
SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
has to be changed to
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
in /etc/make.conf
i also set the environment variable MAKEOBJDIRPREFIX to /usr/obj and performed the cleansing as described in the first link, but I really think that the make.conf line was the important part.