mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
aaeff08d60
* Made the port to optionally not build the mechs, define WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN]. * The Kerberos IV case is special, as we can use the base kerberos 4x (<=5.0-RELEASE), or use the security/krb4 port. WITH_KERBEROS4 - use security/krb4 port if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a doesn't exist WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a (<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf * Changed the combined rcNG/rcOG scripts, so that the defaults are at the top of the rc.d script and not in an external file to the script. PR: 51505 Submitted by: maintainer
22 lines
697 B
Plaintext
22 lines
697 B
Plaintext
|
|
You may need to start the pwcheck or saslauthd daemon for authentication
|
|
with the system password files:
|
|
|
|
%%PREFIX%%/etc/rc.d/cyrus_pwcheck.sh start
|
|
or
|
|
%%PREFIX%%/etc/rc.d/saslauthd1.sh start
|
|
|
|
or you can use sasldb for authentication, to add users use:
|
|
|
|
saslpasswd -c username
|
|
|
|
If you want to enable SMTP AUTH with the system Sendmail, read Sendmail.README
|
|
|
|
NOTE: This port has been compiled with a default pwcheck_method of
|
|
%%PWCHECK_METHOD%%. You may need to set sasl_pwcheck_method to
|
|
%%PWCHECK_METHOD%% after installing either the Cyrus-IMAPd 1.6.24
|
|
or 2.0.17 ports.
|
|
|
|
You should also check the %%PREFIX%%/lib/sasl/*.conf files for the
|
|
correct pwcheck_method.
|