0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
postfixadmin/ADDITIONS/squirrelmail-plugin
Christian Boltz 584a85216d INSTALL.TXT, ADDITIONS/squirrelmail-plugin/INSTALL
- add required version of Zend Framework (1.12.x) and a warning that 2.x
  won't work (reported by seboulba on IRC)



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1699 a1433add-5e2c-0410-b055-b7f2511e0802
2014-10-20 21:23:54 +00:00
..
debian list-virtual.php: 2010-09-26 23:14:42 +00:00
locale ADDITIONS/delete-mailq-by-domain.pl, 2011-08-03 22:58:09 +00:00
po ADDITIONS/delete-mailq-by-domain.pl, 2011-08-03 22:58:09 +00:00
common.php check for Zend Framework, explode if it is not obviously found 2014-02-19 11:53:43 +00:00
config.php.sample list-virtual.php: 2010-09-26 23:14:42 +00:00
functions.inc.php fix exception logging; fix filter_var usage 2014-02-19 11:53:09 +00:00
index.php list-virtual.php: 2010-09-26 23:14:42 +00:00
INSTALL INSTALL.TXT, ADDITIONS/squirrelmail-plugin/INSTALL 2014-10-20 21:23:54 +00:00
LICENSE.txt list-virtual.php: 2010-09-26 23:14:42 +00:00
postfixadmin_changepass.php list-virtual.php: 2010-09-26 23:14:42 +00:00
postfixadmin_forward.php remove empty entries from the array before sending to the remote server; ensure $tMessage is defined 2014-02-19 11:57:47 +00:00
postfixadmin_vacation.php list-virtual.php: 2010-09-26 23:14:42 +00:00
README list-virtual.php: 2010-09-26 23:14:42 +00:00
setup.php fix include path 2014-02-19 11:52:36 +00:00
version list-virtual.php: 2010-09-26 23:14:42 +00:00

Squirrelmail Plugin Postfixadmin
********************************

The Postfixadmin SquirrelMail plugin let users change their virtual alias,
vacation status/message and password if you are using the great postfixadmin
tool from http://high5.net/postfixadmin

Version 0.4.3   2007/08/14

Postfixadmin - Postfixadmin+MySQL/PgSQL plugin for Squirrelmail


Author: Florian Kimmerl <info@spacekoeln.de>
Author: Sam Brookes <sam at pale purple.co.uk>
    - Initial conversion to MDB2
    - Fix SQL Injections etc
Author: David Goodwin <david at pale purple.co.uk>
    - Subsequent tidyup + testing etc
Author: Krzysztof 'Mad Max' Laska - <madmax at riders.pl>
    - Polish Translation.



The Initial Developer of the Original postfixadmin Code is Mischa Peters.
Portions created by Mischa Peters are Copyright (c) 2002, 2003, 2004.
All Rights Reserved.

REQUIREMENTS

o SquirrelMail 1.4x

o A working Mail-System "Virtual Domains and Users with postfix+Courier-IMAP+MySQL" (or PostgreSQL) See http://high5.net/howto/

o POSTFIXADMIN version 2.2.0 or higher. See http://sf.net/projects/postfixadmin

o This plugin only uses the postfixadmin database

o Pear MDB2 database abstraction layer - see http://pear.php.net 

o PHP installation with register globals TURNED OFF (huraren on IRC reports that the MDB2 driver isn't happy with it turned on)

INSTALLATION

See the included file INSTALL

BUGS

o Probably vulnerable to cross site scripting, certainly when setting the vacation message.

o There may be some remaining SQL injection holes.

TODO

-Code Cleanup
-Tranlation


TRANSLATIONS

Translations are welcome! Send the *.po-File to: david@NO.codepoets.SPAM.co.uk


ACKNOWLEDGMENTS

Thanks to the SquirrelMail team for building such a great app and
for all the work they do to keep it running.

Thanks to high5.net for writing the great Postfixadmin tool