diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-09-20 01:34:45 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-09-20 01:34:45 +0000 |
commit | c9b4da9692dee44e7d7c390d467516b03cad5b1a (patch) | |
tree | 06e26b4070f6c2df2a20b242c501976467bacfec /security/cyrus-sasl/files/Sendmail.README | |
parent | Follow the softweyr ftp archive, which is moving home. (diff) |
Update the sendmail build information in light of the new SENDMAIL_* make.conf
flags.
Approved by: maintainer, ade
Diffstat (limited to '')
-rw-r--r-- | security/cyrus-sasl/files/Sendmail.README | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/security/cyrus-sasl/files/Sendmail.README b/security/cyrus-sasl/files/Sendmail.README index 7063c93e90e8..e4ee641ca069 100644 --- a/security/cyrus-sasl/files/Sendmail.README +++ b/security/cyrus-sasl/files/Sendmail.README @@ -1,25 +1,15 @@ How to enable SMTP AUTH with FreeBSD default Sendmail 8.11 -1. Edit /usr/src/usr.sbin/sendmail/Makefile, and change the line: - - LDADD= -lutil -lwrap -into - LDADD+= -lutil -lwrap - - NOTE: This change is in 5.0-CURRENT and will be MFC'd to - 4.1-STABLE later. - -2) Add the following to /etc/make.conf: +1) Add the following to /etc/make.conf: # Add SMTP AUTH support to Sendmail -.if ${.CURDIR} == "/usr/src/usr.sbin/sendmail" -CFLAGS+=-DSASL -I/usr/local/include/sasl -L/usr/local/lib -LDADD+=-lsasl -.endif +SENDMAIL_CFLAGS+= -DSASL -I/usr/local/include/sasl +SENDMAIL_LDFLAGS+= -L/usr/local/lib +SENDMAIL_LDADD+= -lsasl -3) Rebuild FreeBSD (make buildworld, ...) +2) Rebuild FreeBSD (make buildworld, ...) -4) Create /usr/local/lib/sasl/Sendmail.conf with the following. +3) Create /usr/local/lib/sasl/Sendmail.conf with the following. pwcheck_method: pwcheck |