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
David Goodwin 4fcdba9cf4 run php-cs-fixer (code reforamt) 5 years ago
..
debian list-virtual.php: 14 years ago
locale ADDITIONS/delete-mailq-by-domain.pl, 13 years ago
po ADDITIONS/delete-mailq-by-domain.pl, 13 years ago
INSTALL INSTALL.TXT, ADDITIONS/squirrelmail-plugin/INSTALL 10 years ago
LICENSE.txt list-virtual.php: 14 years ago
README.md Update README.md 7 years ago
common.php run php-cs-fixer (code reforamt) 5 years ago
config.php.sample list-virtual.php: 14 years ago
functions.inc.php Reformat everything with PHP-Cs-Fixer 6 years ago
index.php Reformat everything with PHP-Cs-Fixer 6 years ago
postfixadmin_changepass.php Reformat everything with PHP-Cs-Fixer 6 years ago
postfixadmin_forward.php token psalm fixes 5 years ago
postfixadmin_vacation.php Reformat everything with PHP-Cs-Fixer 6 years ago
setup.php run php-cs-fixer (code reforamt) 5 years ago
version list-virtual.php: 14 years ago

README.md

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