mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Mention about how to build sendmail with SASLv2.
This commit is contained in:
parent
e191c83fd4
commit
b838ab7c19
1 changed files with 6 additions and 0 deletions
|
|
@ -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 a new issue