head	1.4;
access;
symbols
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2002.05.15.10.32.19;	author sada;	state dead;
branches;
next	1.3;

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

1.2
date	2001.12.12.20.08.29;	author ijliao;	state Exp;
branches;
next	1.1;

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


desc
@@


1.4
log
@Move www/horde-devel -> www/horde2 & mail/imp-devel -> mail/imp3
From PR's description:
  IMP 3.0 is the stable release of IMP,
  and Horde 2.0 the stable release of Horde.
Note:	mail/imp3 and deskutils/kronolith are marked as IS_INTERACTIVE
	since they need depending port mod_php4 with its mcrypt option
	enabled by hand.

PR:		ports/35051
Submitted by:	maintainer
@
text
@--- config/horde.php.dist.orig	Fri Dec 28 19:48:37 2001
+++ config/horde.php.dist	Thu Jan  3 17:01:56 2002
@@@@ -83,12 +83,13 @@@@
 
 /* Which users should be treated as administrators (root, super-user)
  * by Horde? Example: $conf['auth']['admins'] = array('admin', 'john');
+ * N.B.: 'admin' is used by Jonah to fetch the news.
  */
-$conf['auth']['admins'] = array();
+$conf['auth']['admins'] = array('admin');
 
 // What backend should we use for authenticating users to Horde? Valid
 // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'.
-$conf['auth']['driver'] = '';
+$conf['auth']['driver'] = 'imap';
 
 /* An array holding any parameters that the Auth object will need to
  * function correctly. For IMAP, this is the server name, port,
@@@@ -119,8 +120,12 @@@@
  * and for sql it would be the table name to use. For the 'syslog'
  * driver it is the facility as a _constant_ (with no quotes), e.g.:
  * ... = LOG_LOCAL0;
+ * Warning: il you keep file, do not forget to add a line in your
+ * /etc/newsyslog.conf
+ * For example:
+ * /var/log/horde.log		600  5     100  *     Z
  */
-$conf['log']['name'] = '/tmp/horde.log';
+$conf['log']['name'] = '/var/log/horde.log';
 
 /* What level of messages should we log? The values are LOG_EMERG,
  * LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO,
@@@@ -148,7 +153,7 @@@@
  * 'session' (preferences only persist during the login), 'ldap', 
  * and 'sql'.
  */
-$conf['prefs']['driver'] = 'none';
+$conf['prefs']['driver'] = 'sql';
 
 /* Any parameters that the preferences driver needs. This includes
  * database or ldap server, username/password to connect with, etc.
@@@@ -159,12 +164,12 @@@@
  * Be sure to set the prefs driver to 'sql' above if you use this
  * configuration. 
  */
-// $conf['prefs']['params']['phptype'] = 'mysql';
-// $conf['prefs']['params']['hostspec'] = 'localhost';
-// $conf['prefs']['params']['username'] = 'horde';
-// $conf['prefs']['params']['password'] = '*****';
-// $conf['prefs']['params']['database'] = 'horde';
-// $conf['prefs']['params']['table'] = 'horde_prefs';
+$conf['prefs']['params']['phptype'] = 'mysql';
+$conf['prefs']['params']['hostspec'] = 'localhost';
+$conf['prefs']['params']['username'] = 'hordemgr';
+$conf['prefs']['params']['password'] = 'hordemgr';
+$conf['prefs']['params']['database'] = 'horde';
+$conf['prefs']['params']['table'] = 'horde_prefs';
 
 
 /**
@@@@ -216,7 +221,7 @@@@
  * option; SMTP requires at least a server and a port (if nonstandard).
  */
 $conf['mailer']['params'] = array();
-// $conf['mailer']['params'] = array('sendmail_path' => '/usr/lib/sendmail');
+// $conf['mailer']['params'] = array('sendmail_path' => '/usr/sbin/sendmail');
 // $conf['mailer']['params'] = array('server' => 'smtp.example.com');
 
 /**
@


1.3
log
@horde-devel from 2.0 RC3 to 2.0;
turba from 1.0 RC3 to 1.0;
imp-devel from 3.0 RC3 to 1.0
@
text
@@


1.2
log
@upgrade to RC3

PR:		32516
Submitted by:	maintainer
@
text
@d1 10
a10 3
--- config/horde.php.dist.orig	Tue Nov 27 13:36:00 2001
+++ config/horde.php.dist	Tue Dec  4 21:37:30 2001
@@@@ -78,7 +78,7 @@@@
d17 11
a27 17
 // An array holding any parameters that the Auth object will need to
 // function correctly. For IMAP, this is the server name, port,
@@@@ -99,6 +99,10 @@@@
 
 // What log driver should we use? Valid values are 'file', 'mcal',
 // 'sql', and 'syslog'.
+// Warning: il you keep file, do not forget to add a line in your
+// /etc/newsyslog.conf
+// For example:
+// /var/log/horde.log                      600  5     100  *     Z
 $conf['log']['type'] = 'file';
 
 // What is the name of the log? For the 'file' driver, this is the
@@@@ -106,7 +110,7 @@@@
 // and for sql it would be the table name to use. For the 'syslog'
 // driver it is the facility as a _constant_ (with no quotes), e.g.:
 // ... = LOG_LOCAL0;
d31 6
a36 6
 // What level of messages should we log? The values are LOG_EMERG,
 // LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO,
@@@@ -131,7 +135,7 @@@@
 // (meaning use system defaults and don't save any user preferences),
 // 'session' (preferences only persist during the login), 'ldap', 
 // and 'sql'.
d40 6
a45 6
 // Any parameters that the preferences driver needs. This includes
 // database or ldap server, username/password to connect with, etc.
@@@@ -140,12 +144,12 @@@@
 // This is an example configuration for a MySQL preference backend.
 // The SQL script to setup the preference database is placed in
 // horde/scripts/db/prefs.sql.
d59 9
@


1.1
log
@Adding horde version 2.0.
A common code-base used by Horde applications, written in PHP.

PR:		32088, 32145
Submitted by:	Thierry Thomas <thierry@@thomas.as>
@
text
@d1 3
a3 3
--- config/horde.php.dist.orig	Mon Sep 17 19:47:06 2001
+++ config/horde.php.dist	Fri Nov 16 23:38:28 2001
@@@@ -77,7 +77,7 @@@@
d12 1
a12 1
@@@@ -94,6 +94,10 @@@@
d23 10
a32 1
@@@@ -126,12 +130,17 @@@@
d41 10
a50 2
 $conf['prefs']['params'] = array();
-
d58 1
a59 1
  ** Cache System Settings
@

