Mention about how to build sendmail with SASLv2.
This commit is contained in:
parent
1c445b956e
commit
384a0a6a2d
@ -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