Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Robin Thoni 3c1fdfd568 Updated postfixadmin vor 5 Jahren
..
debian Updated postfixadmin vor 5 Jahren
locale Updated postfixadmin vor 5 Jahren
po Updated postfixadmin vor 5 Jahren
INSTALL Updated postfixadmin vor 5 Jahren
LICENSE.txt Updated postfixadmin vor 5 Jahren
README.md Updated postfixadmin vor 5 Jahren
common.php Updated postfixadmin vor 5 Jahren
config.php.sample Updated postfixadmin vor 5 Jahren
functions.inc.php Updated postfixadmin vor 5 Jahren
index.php Updated postfixadmin vor 5 Jahren
postfixadmin_changepass.php Updated postfixadmin vor 5 Jahren
postfixadmin_forward.php Updated postfixadmin vor 5 Jahren
postfixadmin_vacation.php Updated postfixadmin vor 5 Jahren
setup.php Updated postfixadmin vor 5 Jahren
version Updated postfixadmin vor 5 Jahren

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