diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-08-08 14:04:44 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-08-08 14:04:44 +0000 |
commit | eb3a00889985551fb39bd8cfcb577102d275d2eb (patch) | |
tree | c2d22e52abab251c5e815255b63c04a132d79b9b /security/cyrus-sasl2/pkg-message | |
parent | 5cc9878475def8bb72a645a8cada7f3ece3d95e0 (diff) | |
download | ports-eb3a00889985551fb39bd8cfcb577102d275d2eb.tar.gz ports-eb3a00889985551fb39bd8cfcb577102d275d2eb.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2/pkg-message')
-rw-r--r-- | security/cyrus-sasl2/pkg-message | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/security/cyrus-sasl2/pkg-message b/security/cyrus-sasl2/pkg-message index 5dfe7ff77639..bcc38a9a79e3 100644 --- a/security/cyrus-sasl2/pkg-message +++ b/security/cyrus-sasl2/pkg-message @@ -1,12 +1,10 @@ -You may need to start the pwcheck daemon for authentication with +You may need to start the saslauthd daemon for authentication with the system password files: - %%PREFIX%%/etc/rc.d/pwcheck.sh start + %%PREFIX%%/etc/rc.d/saslauthd.sh start -or you can use sasldb for authentication, to add users use: +or you can use sasldb2 for authentication, to add users use: - saslpasswd -c username - -How to enable SMTP AUTH with system Sendmail 8.11 - Sendmail.README + saslpasswd2 -c username |