<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Sendmail as a SMTP-AUTH client on FreeBSD</title>
	<atom:link href="http://patchlog.com/freebsd/sendmail-as-a-smtp-auth-client-on-freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://patchlog.com/freebsd/sendmail-as-a-smtp-auth-client-on-freebsd/</link>
	<description>patches 'n hacks</description>
	<pubDate>Fri, 21 Nov 2008 21:32:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: harri fischer</title>
		<link>http://patchlog.com/freebsd/sendmail-as-a-smtp-auth-client-on-freebsd/#comment-6113</link>
		<dc:creator>harri fischer</dc:creator>
		<pubDate>Tue, 04 Mar 2008 10:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://patchlog.com/freebsd/sendmail-as-a-smtp-auth-client-on-freebsd/#comment-6113</guid>
		<description>for the compilation to work (for freebsd 7.0-release), i had to use the information from
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-08/msg02198.html
and
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html

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.</description>
		<content:encoded><![CDATA[<p>for the compilation to work (for freebsd 7.0-release), i had to use the information from<br />
<a href="http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-08/msg02198.html" rel="nofollow">http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-08/msg02198.html</a><br />
and<br />
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html" rel="nofollow">http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html</a></p>
<p>to find out, that the line<br />
SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2<br />
has to be changed to<br />
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL</p>
<p>in /etc/make.conf<br />
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.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
