Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Robin Thoni 3c1fdfd568 Updated postfixadmin před 5 roky
..
debian Updated postfixadmin před 5 roky
locale Updated postfixadmin před 5 roky
po Updated postfixadmin před 5 roky
INSTALL Updated postfixadmin před 5 roky
LICENSE.txt Updated postfixadmin před 5 roky
README.md Updated postfixadmin před 5 roky
common.php Updated postfixadmin před 5 roky
config.php.sample Updated postfixadmin před 5 roky
functions.inc.php Updated postfixadmin před 5 roky
index.php Updated postfixadmin před 5 roky
postfixadmin_changepass.php Updated postfixadmin před 5 roky
postfixadmin_forward.php Updated postfixadmin před 5 roky
postfixadmin_vacation.php Updated postfixadmin před 5 roky
setup.php Updated postfixadmin před 5 roky
version Updated postfixadmin před 5 roky

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