hazarkarabay / hmsfromrc

Roundcube plugin for manage autoresponder and forwarder on hMailServer backend.
0 stars 1 forks source link

hmsfromrc

This repository is a fork of "hMailServer from RoundCube" which can be found from https://hmsfromrc.codeplex.com/

Changes from original project

Please note, this only works reliably with DCOM. hMailServer internally uses a cache which makes direct database manipulation is unreliable. I did not tested the original author's SQL implementation. Use with care. Forwarding will not work using SQL (because I did not implement it) I'm considering to drop the SQL support.


Original README

Required plugins:

See config.inc.php.dist.

This plugin directly accees the hMailServerDatabase bypassing the DCOM server.

Tested on :


Remarks:

for at least hMailServer 5.4:

You should have to update PHPWebAdmin by editing include/functions.php as follows:

function PreprocessOutput($outputString) { //return htmlspecialchars($outputString); return htmlspecialchars($outputString, ENT_COMPAT | ENT_HTML401, 'ISO-8859-1'); }


Why another plugin for hMailServer ?

Why not DCOM ?

But ther is now a COM/DCOM version of the plugin. Please read : https://www.hmailserver.com/documentation/latest/?page=howto_dcom_permissions

ghit.me