diff options
author | ume <ume@FreeBSD.org> | 2002-08-30 06:17:28 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2002-08-30 06:17:28 +0000 |
commit | 6a59a0cb75056d0d99ae2898b96727535d7e610d (patch) | |
tree | 756edf94efd4c4d8e062e419c2815ed7dddd8d3f /security | |
parent | 864a1712bb1b5551d20919cd18c7494c870828be (diff) | |
download | FreeBSD-ports-6a59a0cb75056d0d99ae2898b96727535d7e610d.zip FreeBSD-ports-6a59a0cb75056d0d99ae2898b96727535d7e610d.tar.gz |
Fix typo. Sendmail.conf should be in lib/sasl2.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/files/Sendmail.README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/files/Sendmail.README b/security/cyrus-sasl2/files/Sendmail.README index 0760773..adcc26f 100644 --- a/security/cyrus-sasl2/files/Sendmail.README +++ b/security/cyrus-sasl2/files/Sendmail.README @@ -9,7 +9,7 @@ How to enable SMTP AUTH with FreeBSD default Sendmail 2) Rebuild FreeBSD (make buildworld, ...) -3) Create /usr/local/lib/sasl/Sendmail.conf with the following. +3) Create /usr/local/lib/sasl2/Sendmail.conf with the following. pwcheck_method: saslauthd |