summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2002-09-24 17:07:37 +0000
committerume <ume@FreeBSD.org>2002-09-24 17:07:37 +0000
commit384a0a6a2d57949e9213a050ef8b84e5742a521f (patch)
treeddc7d18593a12ba9c65be7707e19b163c0df77b2 /share/examples
parent1c445b956e97417929fc614813f61e2cb6820608 (diff)
downloadFreeBSD-src-384a0a6a2d57949e9213a050ef8b84e5742a521f.zip
FreeBSD-src-384a0a6a2d57949e9213a050ef8b84e5742a521f.tar.gz
Mention about how to build sendmail with SASLv2.
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 66f2c47..e52ece8 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -295,10 +295,16 @@
# sendmail and its related utilities. For example, SASL support can be
# added with settings such as:
#
+# with SASLv1:
# SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL
# SENDMAIL_LDFLAGS=-L/usr/local/lib
# SENDMAIL_LDADD=-lsasl
#
+# with SASLv2:
+# SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
+# SENDMAIL_LDFLAGS=-L/usr/local/lib
+# SENDMAIL_LDADD=-lsasl2
+#
# Note: If you are using Cyrus SASL with other applications which require
# access to the sasldb file, you should add the following to your
# sendmail.mc file:
OpenPOWER on IntegriCloud