Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Robin Thoni 3c1fdfd568 Updated postfixadmin il y a 5 ans
..
debian Updated postfixadmin il y a 5 ans
locale Updated postfixadmin il y a 5 ans
po Updated postfixadmin il y a 5 ans
INSTALL Updated postfixadmin il y a 5 ans
LICENSE.txt Updated postfixadmin il y a 5 ans
README.md Updated postfixadmin il y a 5 ans
common.php Updated postfixadmin il y a 5 ans
config.php.sample Updated postfixadmin il y a 5 ans
functions.inc.php Updated postfixadmin il y a 5 ans
index.php Updated postfixadmin il y a 5 ans
postfixadmin_changepass.php Updated postfixadmin il y a 5 ans
postfixadmin_forward.php Updated postfixadmin il y a 5 ans
postfixadmin_vacation.php Updated postfixadmin il y a 5 ans
setup.php Updated postfixadmin il y a 5 ans
version Updated postfixadmin il y a 5 ans

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