0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

Update README.md

This commit is contained in:
David Goodwin 2017-05-26 10:15:44 +01:00 committed by GitHub
parent 8bb1c4f459
commit 3b481082c4

View File

@ -1,4 +1,4 @@
= Squirrelmail Plugin Postfixadmin = # Squirrelmail Plugin Postfixadmin
The Postfixadmin SquirrelMail plugin let users change their virtual alias, The Postfixadmin SquirrelMail plugin let users change their virtual alias,
vacation status/message and password vacation status/message and password
@ -12,12 +12,14 @@ Your users can therefore use this plugin within Squirrelmail to :
Note, this plugin does not require access to the Postfixadmin database. It communicates with Postfixadmin using the XMLRPC protocol. 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) * 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 * 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 * 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 = ## REQUIREMENTS
* SquirrelMail 1.4x * SquirrelMail 1.4x
* PostfixAdmin version 3 or higher. * PostfixAdmin version 3 or higher.