diff options
author | ume <ume@FreeBSD.org> | 2002-08-08 22:04:44 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2002-08-08 22:04:44 +0800 |
commit | 6aee8ecb8a2f42abac49000cbea6c60049b5474a (patch) | |
tree | 2a75aaf9fb998059e2619663c74f6338f86dcbe3 /security/cyrus-sasl2/pkg-message | |
parent | b7ba7076bd501e85ef8c2a6aee78eff33a17233f (diff) | |
download | freebsd-ports-gnome-6aee8ecb8a2f42abac49000cbea6c60049b5474a.tar.gz freebsd-ports-gnome-6aee8ecb8a2f42abac49000cbea6c60049b5474a.tar.zst freebsd-ports-gnome-6aee8ecb8a2f42abac49000cbea6c60049b5474a.zip |
Add cyrus-sasl-2.1.6 after repo. copy.
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 |