root/trunk/INSTALL

Revision 5, 0.9 kB (checked in by david, 13 months ago)

dos2unix-ed

Line 
1Installing the postfixadmin Plugin
2======================================
3
4Requirements :
5
6- Install the PHP MDB2 library :
7     pear install MDB2
8     pear install MDB2_Driver_xxxxx (e.g. mysql, pgsql etc)
9
10
111) Start with untaring the file into the plugins directory.
12Here is a example for the 0.1-1.4 version of the postfixadmin
13plugin.
14
15  $ cd plugins
16  $ tar -zxvf postfixadmin-x.x.tar.gz
17  $ mv postfixadmin-x.x postfixadmin
18
19
202) Change into the postfixadmin directory, copy config.php.sample
21   to config.php and edit config.php, making adjustments as you deem
22   necessary.
23
24  $ cd postfixadmin
25  $ cp config.php.sample config.php
26  $ vi config.php
27
283) Enable the plugin through 'squirrelmail-configure' or 'config/conf.pl'. 
29   Choose option 8 and move the plugin from the "Available Plugins"
30   category to the "Installed Plugins" category.  Save and exit.
31
32  $ squirrelmail-configure
33  OR
34  $ cd config/
35  $ ./conf.pl
Note: See TracBrowser for help on using the browser.