diff options
author | ume <ume@FreeBSD.org> | 2002-10-06 03:38:18 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2002-10-06 03:38:18 +0800 |
commit | 30670016ee064fbb16cf2ba461ef618534544660 (patch) | |
tree | 24c0ade9304c1702272f82a5c654a40e090f6d79 /security | |
parent | 7bb5fafef7d56964f3f62c16ea9db2dfdd21d403 (diff) | |
download | freebsd-ports-gnome-30670016ee064fbb16cf2ba461ef618534544660.tar.gz freebsd-ports-gnome-30670016ee064fbb16cf2ba461ef618534544660.tar.zst freebsd-ports-gnome-30670016ee064fbb16cf2ba461ef618534544660.zip |
SASLv2 support of Sendmail is started with 8.12.4.
PR: ports/43719
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
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. |