diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-10-05 19:38:18 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-10-05 19:38:18 +0000 |
commit | 4622622972faf53544fb96e11da76bd4f922de6d (patch) | |
tree | 0f6379bdf018c32bfb941e0f6dd0aca87386731a /security | |
parent | af3d207d563e663254ba08e64fb9ee7b3313a9aa (diff) | |
download | ports-4622622972faf53544fb96e11da76bd4f922de6d.tar.gz ports-4622622972faf53544fb96e11da76bd4f922de6d.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/files/Sendmail.README | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/files/Sendmail.README | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/cyrus-sasl/files/Sendmail.README b/security/cyrus-sasl/files/Sendmail.README index ce51d46cdd9e..9cfc823ff7dd 100644 --- a/security/cyrus-sasl/files/Sendmail.README +++ b/security/cyrus-sasl/files/Sendmail.README @@ -10,7 +10,7 @@ How to enable SMTP AUTH with FreeBSD default Sendmail NOTE: 1. Sendmail 8.10 - 8.11 needS -D_FFR_UNSAFE_SASL added to SENDMAIL_CFLAGS, if you need the GroupReadableSASLFile option - Starting with Sendmail 8.12, you can also use the security/cyrus-sasl2 + Starting with Sendmail 8.12.4, you can also use the security/cyrus-sasl2 port. Then you will not need the SASL V1 port installed. SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 diff --git a/security/cyrus-sasl2/files/Sendmail.README b/security/cyrus-sasl2/files/Sendmail.README index adcc26fdd9ef..75293b0c4cb2 100644 --- a/security/cyrus-sasl2/files/Sendmail.README +++ b/security/cyrus-sasl2/files/Sendmail.README @@ -42,3 +42,5 @@ How to enable SMTP AUTH with FreeBSD default Sendmail The DONT_BLAME_SENDMAIL option GroupReadableSASLDBFile is needed when you are using cyrus-imapd and sendmail on the same server that requires access to the sasldb2 database. + + SASLv2 support of Sendmail is starting with 8.12.4. |