README 1.8 KB

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