Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Robin Thoni 3c1fdfd568 Updated postfixadmin 5 роки тому
..
debian Updated postfixadmin 5 роки тому
locale Updated postfixadmin 5 роки тому
po Updated postfixadmin 5 роки тому
INSTALL Updated postfixadmin 5 роки тому
LICENSE.txt Updated postfixadmin 5 роки тому
README.md Updated postfixadmin 5 роки тому
common.php Updated postfixadmin 5 роки тому
config.php.sample Updated postfixadmin 5 роки тому
functions.inc.php Updated postfixadmin 5 роки тому
index.php Updated postfixadmin 5 роки тому
postfixadmin_changepass.php Updated postfixadmin 5 роки тому
postfixadmin_forward.php Updated postfixadmin 5 роки тому
postfixadmin_vacation.php Updated postfixadmin 5 роки тому
setup.php Updated postfixadmin 5 роки тому
version Updated postfixadmin 5 роки тому

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