summaryrefslogtreecommitdiff
path: root/mail/imp/MESSAGE
blob: a53f07a1ebf4da4df246f176295e635690280be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
===========================================================================
$NetBSD: MESSAGE,v 1.6 2003/05/16 00:47:41 mason Exp $

Please refer to the file:

	${PREFIX}/share/doc/imp/INSTALL

on how to setup your IMP installation. You need to at least edit

	${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
to httpd.conf:

	Include ${PKG_SYSCONFDIR}/horde.conf
	Include ${PKG_SYSCONFDIR}/imp.conf

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/scripts/imp2horde.pl
to convert the IMP 2.2.x user preference database to the new format.

===========================================================================