Author: dnicholson
Date: 2006-10-19 08:06:22 -0600 (Thu, 19 Oct 2006)
New Revision: 6349
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/mail/postfix.xml
Log:
Missing macro allows Postfix to use Cyrus-SASL
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-10-19 07:24:37 UTC
(rev 6348)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-10-19 14:06:22 UTC
(rev 6349)
@@ -45,6 +45,10 @@
<para>October 19th, 2006</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Added needed macro to use Cyrus-SASL
+ in Postfix.</para>
+ </listitem>
+ <listitem>
<para>[dnicholson] - Updated to OpenLDAP-2.3.27.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/server/mail/postfix.xml
===================================================================
--- trunk/BOOK/server/mail/postfix.xml 2006-10-19 07:24:37 UTC (rev 6348)
+++ trunk/BOOK/server/mail/postfix.xml 2006-10-19 14:06:22 UTC (rev 6349)
@@ -100,9 +100,12 @@
<application>Cyrus-SASL</application> arguments:</para>
<screen><userinput>make makefiles \
-CCARGS='-DUSE_TLS -DUSE_SASL_AUTH -DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
- -DDEF_MANPAGE_DIR=\"/usr/share/man\" -I/usr/include/openssl \
- -I/usr/include/sasl' \
+CCARGS='-DUSE_TLS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL \
+ -DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
+ -DDEF_MANPAGE_DIR=\"/usr/share/man\" \
+ -DDEF_HTML_DIR=\"/usr/share/doc/postfix-&postfix-version;/html\" \
+ -DDEF_README_DIR=\"/usr/share/doc/postfix-&postfix-version;/README\" \
+ -I/usr/include/openssl -I/usr/include/sasl' \
AUXLIBS='-L/usr/lib -lssl -lcrypto -lsasl2'</userinput></screen>
<sect4>
@@ -126,7 +129,7 @@
<para>To use <application>Cyrus-SASL</application> with
<application>Postfix</application>, use the following arguments:</para>
-<screen><literal>CCARGS='-DUSE_SASL_AUTH -I/usr/include/sasl'
+<screen><literal>CCARGS='-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl'
AUXLIBS='-L/usr/lib -lsasl2'</literal></screen>
</sect4>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page