diff options
author | bouyer <bouyer> | 2002-02-01 22:44:27 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2002-02-01 22:44:27 +0000 |
commit | 7d03f9903e4ca88351eeaeffd792fb26be231152 (patch) | |
tree | 5dc5070821c263f8cd506f459ddbfb238f26bd2e /mail/imp/MESSAGE | |
parent | 56c651275083875c7ee0ef7b03cd122043df95fb (diff) | |
download | pkgsrc-7d03f9903e4ca88351eeaeffd792fb26be231152.tar.gz |
Update to 3.0, as 2.2.7 doesn't work with the new PHP.
"IMP 3.0 is now available! This major release delivers a brand-new, cleaner
user interface, improved internationalization, mail filtering, identities,
and much more, the result of over two years of feedback and experience
based on the successful IMP 2.2.x releases."
Note that the database format has changed, use
${PREFIX}share/horde/imp/scripts/imp2horde.pl
to convert to the new format.
Diffstat (limited to 'mail/imp/MESSAGE')
-rw-r--r-- | mail/imp/MESSAGE | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/mail/imp/MESSAGE b/mail/imp/MESSAGE index 89236523c0a..5391498ea0e 100644 --- a/mail/imp/MESSAGE +++ b/mail/imp/MESSAGE @@ -1,19 +1,13 @@ ========================================================================== -$NetBSD: MESSAGE,v 1.2 2001/11/26 07:34:05 jlam Exp $ +$NetBSD: MESSAGE,v 1.3 2002/02/01 22:44:27 bouyer Exp $ Please refer to the file: - ${PREFIX}/share/doc/imp/SECURITY + ${PREFIX}/share/doc/imp/INSTALL -on how to secure the IMP installation. It is at least recommended that -you change the default database password used by horde-phplib and imp. -You may setup the Horde/IMP installation by pointing a web browser at: +on how to setup your IMP installation. You need to at last edit - http://www.domain.com/horde/setup.php3 - -or by manually editting: - - ${IMPDIR}/config/defaults.php3 + ${IMPDIR}/config/conf.php You will also need to make IMP accessible through your HTTP server. If you are running Apache and ap-php, then you can add the following lines @@ -22,8 +16,12 @@ to httpd.conf: Include ${PKG_SYSCONFDIR}/horde.conf Include ${PKG_SYSCONFDIR}/imp.conf -to make Horde accessible through: - - http://www.domain.com/horde/imp/ +and then you have to edit + ${PREFIX}/share/horde/config/registry.php +to enable IMP in the horde framework. + +If you are updating from IMP 2.2.x, use the script + ${PREFIX}share/horde/imp/config +to convert the IMP 2.2.x user preference database to the new format. ========================================================================== |