0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 11:12:15 +02:00
postfixadmin/ADDITIONS/squirrelmail-plugin
2024-04-22 21:02:01 +01: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 try relaxing composer dependencies to allow php8.2 dev support, reformat so composer format passes 2024-04-22 21:02:01 +01:00
config.php.sample list-virtual.php: 2010-09-26 23:14:42 +00:00
functions.inc.php phpcs insists on some brace changes 2021-04-13 21:19:16 +01:00
index.php Reformat everything with PHP-Cs-Fixer 2018-01-26 23:54:37 +09: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 PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
postfixadmin_forward.php token psalm fixes 2018-12-28 19:18:05 +00:00
postfixadmin_vacation.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
README.md Update README.md 2017-05-26 10:15:44 +01:00
setup.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01: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

Your users can therefore use this plugin within Squirrelmail to :

  • Turn vacation on/off
  • Change their email password
  • Setup forwarding rules

Note, this plugin does not require access to the Postfixadmin database. It communicates with Postfixadmin using the XMLRPC protocol.

Notes

  • We now depend upon the Zend Framework (preferably v1.9.x at the time of writing) (Download from http://framework.zend.com/download/latest - the minimal one should be sufficient)
  • Traffic to the XmlRpc interface needs encrypting (e.g. https) - this is something you need to do
  • When trying to use the plugin, the user will be prompted to enter their mailbox password - this is necessary to authenticate with the remote XmlRpc? interface

REQUIREMENTS

  • SquirrelMail 1.4x
  • PostfixAdmin version 3 or higher.
  • PHP 5.4+ with XMLRPC support