| [3] | 1 | Squirrelmail Plugin Postfixadmin |
|---|
| 2 | ******************************** |
|---|
| 3 | |
|---|
| 4 | The Postfixadmin SquirrelMail plugin let users change their virtual alias, |
|---|
| 5 | vacation status/message and password if you are using the great postfixadmin |
|---|
| 6 | tool from http://high5.net/postfixadmin |
|---|
| 7 | |
|---|
| 8 | Version 0.4.3 2007/08/14 |
|---|
| 9 | |
|---|
| 10 | Postfixadmin - Postfixadmin+MySQL/PgSQL plugin for Squirrelmail |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | Author: Florian Kimmerl <info@spacekoeln.de> |
|---|
| 14 | Author: Sam Brookes <sam at pale purple.co.uk> |
|---|
| 15 | - Initial conversion to MDB2 |
|---|
| 16 | - Fix SQL Injections etc |
|---|
| 17 | Author: David Goodwin <david at pale purple.co.uk> |
|---|
| 18 | - Subsequent tidyup + testing etc |
|---|
| 19 | Author: Krzysztof 'Mad Max' Laska - <madmax at riders.pl> |
|---|
| 20 | - Polish Translation. |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | The Initial Developer of the Original postfixadmin Code is Mischa Peters. |
|---|
| 25 | Portions created by Mischa Peters are Copyright (c) 2002, 2003, 2004. |
|---|
| 26 | All Rights Reserved. |
|---|
| 27 | |
|---|
| 28 | REQUIREMENTS |
|---|
| 29 | |
|---|
| 30 | o SquirrelMail 1.4x |
|---|
| 31 | |
|---|
| 32 | o A working Mail-System "Virtual Domains and Users with postfix+Courier-IMAP+MySQL" (or PostgreSQL) See http://high5.net/howto/ |
|---|
| 33 | |
|---|
| [19] | 34 | o POSTFIXADMIN version 2.2.0 or higher. See http://sf.net/projects/postfixadmin |
|---|
| [3] | 35 | |
|---|
| 36 | o This plugin only uses the postfixadmin database |
|---|
| 37 | |
|---|
| 38 | o Pear MDB2 database abstraction layer - see http://pear.php.net |
|---|
| 39 | |
|---|
| [19] | 40 | o PHP installation with register globals TURNED OFF (huraren on IRC reports that the MDB2 driver isn't happy with it turned on) |
|---|
| [3] | 41 | |
|---|
| 42 | INSTALLATION |
|---|
| 43 | |
|---|
| 44 | See the included file INSTALL |
|---|
| 45 | |
|---|
| 46 | BUGS |
|---|
| 47 | |
|---|
| 48 | o Probably vulnerable to cross site scripting, certainly when setting the vacation message. |
|---|
| 49 | |
|---|
| 50 | o There may be some remaining SQL injection holes. |
|---|
| 51 | |
|---|
| 52 | TODO |
|---|
| 53 | |
|---|
| 54 | -Code Cleanup |
|---|
| 55 | -Tranlation |
|---|
| 56 | |
|---|
| 57 | |
|---|
| 58 | TRANSLATIONS |
|---|
| 59 | |
|---|
| 60 | Translations are welcome! Send the *.po-File to: david@NO.codepoets.SPAM.co.uk |
|---|
| 61 | |
|---|
| 62 | |
|---|
| 63 | ACKNOWLEDGMENTS |
|---|
| 64 | |
|---|
| 65 | Thanks to the SquirrelMail team for building such a great app and |
|---|
| 66 | for all the work they do to keep it running. |
|---|
| 67 | |
|---|
| 68 | Thanks to high5.net for writing the great Postfixadmin tool |
|---|
| 69 | |
|---|