head	1.8;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	old_RELEASE_4_6_1:1.4
	old_RELEASE_4_6_0:1.4
	old_RELEASE_5_0_DP1:1.4
	old_RELEASE_4_5_0:1.4
	old_RELEASE_4_4_0:1.2
	old_RELEASE_4_3_0:1.2
	old_RELEASE_4_2_0:1.2
	old_RELEASE_4_1_1:1.2
	old_RELEASE_4_1_0:1.1
	old_RELEASE_3_5_0:1.1
	old_RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2003.08.21.14.11.32;	author ume;	state Exp;
branches;
next	1.7;

1.7
date	2003.06.01.04.21.05;	author ume;	state Exp;
branches;
next	1.6;

1.6
date	2002.08.29.17.57.31;	author ume;	state Exp;
branches;
next	1.5;

1.5
date	2002.08.08.14.04.43;	author ume;	state Exp;
branches;
next	1.4;

1.4
date	2002.01.17.15.04.35;	author kevlo;	state Exp;
branches;
next	1.3;

1.3
date	2001.12.20.12.18.57;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2000.09.19.02.59.28;	author ade;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.24.05.22.21;	author steve;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Remove obsoleted comment about use of saslauthd.

Reported by:	nork
@
text
@
You can use sasldb2 for authentication, to add users use:

	saslpasswd2 -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
      auxprop.  If you want to authenticate your user by /etc/passwd,
      PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and
      set sasl_pwcheck_method to saslauthd after installing the
      Cyrus-IMAPd 2.X port.  You should also check the
      %%PREFIX%%/lib/sasl2/*.conf files for the correct
      pwcheck_method.

@


1.7
log
@- Make saslauthd a separate port to avoid dependency loop between
  cyrus-sasl2 and openldap.
- Stop using configuration menu.  I believe it ease to maintain
  consistency with other SASL related ports.
@
text
@d2 1
a2 6
You may need to start the saslauthd daemon for authentication with
the system password files:

	%%PREFIX%%/etc/rc.d/saslauthd.sh start

or you can use sasldb2 for authentication, to add users use:
@


1.6
log
@Add description about sendmail with SASLv2.
@
text
@d11 2
a12 1
If you want to enable SMTP AUTH with the system Sendmail, read Sendmail.README
d15 6
a20 3
      %%PWCHECK_METHOD%%. Set sasl_pwcheck_method to %%PWCHECK_METHOD%%,
      after installing the Cyrus-IMAPd 2.1.7 port.  You should also check
      the %%PREFIX%%/lib/sasl2/*.conf files for the correct pwcheck_method.
@


1.5
log
@Add cyrus-sasl-2.1.6 after repo. copy.
@
text
@d11 7
@


1.4
log
@Update to version 1.5.27

PR: 33603
Submitted by: MAINTAINER
@
text
@d2 1
a2 1
You may need to start the pwcheck daemon for authentication with
d5 1
a5 1
	%%PREFIX%%/etc/rc.d/pwcheck.sh start
d7 1
a7 1
or you can use sasldb for authentication, to add users use:
d9 1
a9 3
	saslpasswd -c username

How to enable SMTP AUTH with system Sendmail 8.11 - Sendmail.README
@


1.3
log
@refer to correct location in pkg-message
correct db filename
fix pkg-install script

PR:		29731
Submitted by:	maintainer
@
text
@a0 2
%%PREFIX%%/etc/%%SASLDB%% now needs to be created
before applications that depend on SASL are used.
d2 2
a3 2
	su cyrus
	%%PREFIX%%/sbin/saslpasswd -c userid
d5 1
a5 1
You will also need to start the pwcheck daemon:
d7 1
a7 1
	%%PREFIX%%/etc/rc.d/pwcheck.sh start
d9 1
a9 1
Read the documentation in %%DOCSDIR%%
a12 1
How to use LDAP or MySQL for passwords - see html/sysadmin.html
@


1.2
log
@Cyrus-SASL 1.5.24 sources changed on Aug 15th
-- changed a hard coded value to a variable.

Kerberos IV detection fails due to double check on krb_mk_priv
(with/without com_err), used cached value from first check for krb_mk_priv.

Added addtional pwcheck methods (MySQL & LDAP Authentication).

PR:		21383
Submitted by:	maintainer
@
text
@d1 1
a1 1
PREFIX/etc/cyrusdb.db now needs to be created
d5 1
a5 1
	PREFIX/sbin/saslpasswd -c userid
d9 1
a9 1
	PREFIX/etc/rc.d/pwcheck.sh start
d11 1
a11 1
Read the documentation in PREFIX/share/doc/SASL
@


1.1
log
@Update to version 1.5.15.

PR:		16130
Submitted by:	maintainer
@
text
@d1 2
a2 2
Start the pwcheck program to have clients use the SASL libraries
as a non-root user:
d4 12
a15 1
	/usr/local/etc/rc.d/pwcheck.sh [start|stop]
@

