root/trunk/README

Revision 19, 1.8 kB (checked in by david, 2 weeks ago)

README: updating

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