You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postfixadmin/ADDITIONS/squirrelmail-plugin
Christian Boltz 19c65d5441 ADDITIONS/delete-mailq-by-domain.pl,
ADDITIONS/squirrelmail-plugin/**/postfixadmin.po:
- whitespace fix: replace DOS line ends with Linux line ends
  (no other changes)

This commit backports trunk r1160 to the 2.3 branch.


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/branches/postfixadmin-2.3@1161 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
..
debian Backport of various fixes from trunk to the 2.3 branch 14 years ago
locale ADDITIONS/delete-mailq-by-domain.pl, 13 years ago
po ADDITIONS/delete-mailq-by-domain.pl, 13 years ago
INSTALL Backport of various fixes from trunk to the 2.3 branch 14 years ago
LICENSE.txt Backport of various fixes from trunk to the 2.3 branch 14 years ago
README Backport of various fixes from trunk to the 2.3 branch 14 years ago
common.php Backport of various fixes from trunk to the 2.3 branch 14 years ago
config.php.sample Backport of various fixes from trunk to the 2.3 branch 14 years ago
functions.inc.php fix typo in variable name 13 years ago
index.php Backport of various fixes from trunk to the 2.3 branch 14 years ago
postfixadmin_changepass.php Backport of various fixes from trunk to the 2.3 branch 14 years ago
postfixadmin_forward.php Backport of various fixes from trunk to the 2.3 branch 14 years ago
postfixadmin_vacation.php Backport of various fixes from trunk to the 2.3 branch 14 years ago
setup.php Backport of various fixes from trunk to the 2.3 branch 14 years ago
version Backport of various fixes from trunk to the 2.3 branch 14 years ago

README

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