|
Revision 5, 0.9 kB
(checked in by david, 13 months ago)
|
|
dos2unix-ed
|
| Line | |
|---|
| 1 | Installing the postfixadmin Plugin |
|---|
| 2 | ====================================== |
|---|
| 3 | |
|---|
| 4 | Requirements : |
|---|
| 5 | |
|---|
| 6 | - Install the PHP MDB2 library : |
|---|
| 7 | pear install MDB2 |
|---|
| 8 | pear install MDB2_Driver_xxxxx (e.g. mysql, pgsql etc) |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | 1) Start with untaring the file into the plugins directory. |
|---|
| 12 | Here is a example for the 0.1-1.4 version of the postfixadmin |
|---|
| 13 | plugin. |
|---|
| 14 | |
|---|
| 15 | $ cd plugins |
|---|
| 16 | $ tar -zxvf postfixadmin-x.x.tar.gz |
|---|
| 17 | $ mv postfixadmin-x.x postfixadmin |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | 2) 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 | |
|---|
| 28 | 3) 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 |
|---|