From b838ab7c19c7e32e4be89d364711099882867a5e Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Tue, 24 Sep 2002 17:07:37 +0000 Subject: [PATCH] Mention about how to build sendmail with SASLv2. --- share/examples/etc/make.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 66f2c47b7e6..e52ece894eb 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: