pechy/roundcube-plugin-forward
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
/**
* Forward
*
* Simple plugin that allows to create forward rules. Currently works with Postfix alias configuration in database or LDAP.
*
* @version 0.5
* @author Martin Petracek <martin@petracek.net>
* v0.3 Marco Dings <marco@blox42.com>
* v0.4 Francesco Fiore
* v0.5 Christian Grunfeld <christian.grunfeld@gmail.com>
*
*/
To install the plugin you have to:
1. copy the forward folder in the plugins folder of roundcube;
2. adapt config.inc.php.dist, rename it to config.inc.php
3. add "forward" in the plugins section of the roundcube configuration (config/main.inc.php).
History
0.5 Support for situations, when users and aliases (comma separated) are in separate tables, ES translation (by Christian Grunfeld)
0.4 New LDAP driver, IT tranlation, some fixes (by Francesco Fiore)
0.3 Added Posfix admin compatible mode where aliases are a single line in the alias database and forwards are
encoded as commaseparated list of adresses. The plugin enforces a minmum of one alias or mailbox.
Added information to pop-up for deletion
Eye Candy - Added styling to output
Fixed quoting in config.inc.php.dist
Tested with roundcube v0.9.1
-- Marco Dings <marco@blox42.com>
0.2 Rewriten to be more modular, SQL related parts moved to drivers/sql.inc.php, now supports rouncube-0.9-beta
0.1 Initial version.