Function: allows hMail users the ability to change their hMail forwarding settings.

Required Plugins: settings

1: copy the "hmail_forwarding" folder to your plugin directory.
<install directory>\plugins\hmail_forwarding

2: change your database connection string in: <install directory>\plugins\hmail_forwarding\config.inc.php.dist
   then copy it as <install directory>\plugins\hmail_forwarding\config.inc.php

$rcmail_config['db_hmail_forwarding_dsn'] = 'mysql://<user>:<password>@<server>/<database>?new_link=true';

3: add "hmail_forwarding" to your plugin array settings in your <install directory>\config\main.inc.php

$rcmail_config['plugins'] = array(<other plugins>,'hmail_forwarding')

If configured correctly, you should be able to go into your Settings - Account Administration and modify
their hMail forwarding settings.