mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add commentary about shared SASL files versus sendmail compilation.
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
This commit is contained in:
parent
d034d459da
commit
b6f094a043
2 changed files with 12 additions and 0 deletions
|
|
@ -319,6 +319,12 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
|||
# SENDMAIL_LDFLAGS=-L/usr/local/lib
|
||||
# SENDMAIL_LDADD=-lsasl
|
||||
#
|
||||
# Note: If you are using Cyrus SASL with other applications which require
|
||||
# access to the sasldb file, you should add '-D_FFR_UNSAFE_SASL' to
|
||||
# SENDMAIL_CFLAGS. Also, add the following to your sendmail.mc file:
|
||||
#
|
||||
# define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLFile')
|
||||
#
|
||||
#SENDMAIL_CFLAGS=
|
||||
#SENDMAIL_LDFLAGS=
|
||||
#SENDMAIL_LDADD=
|
||||
|
|
|
|||
|
|
@ -319,6 +319,12 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
|||
# SENDMAIL_LDFLAGS=-L/usr/local/lib
|
||||
# SENDMAIL_LDADD=-lsasl
|
||||
#
|
||||
# Note: If you are using Cyrus SASL with other applications which require
|
||||
# access to the sasldb file, you should add '-D_FFR_UNSAFE_SASL' to
|
||||
# SENDMAIL_CFLAGS. Also, add the following to your sendmail.mc file:
|
||||
#
|
||||
# define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLFile')
|
||||
#
|
||||
#SENDMAIL_CFLAGS=
|
||||
#SENDMAIL_LDFLAGS=
|
||||
#SENDMAIL_LDADD=
|
||||
|
|
|
|||
Loading…
Reference in a new issue