mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Mention about how to build sendmail with SASLv2.
This commit is contained in:
parent
e191c83fd4
commit
b838ab7c19
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103898
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user