kb: how-to
Plesk for Linux
ABT: Group B
Applicable to:
- Plesk for Linux
Question
How to show emails in HTML view by default in Horde on Plesk server?
Answer
By default, inline HTML viewing is disabled in Horde. To enable it, follow these steps:
-
Connect to the server via SSH.
-
Create
mime_drivers.local.phpfiles:# cp -a /usr/share/psa-horde/config/mime_drivers{,.local}.php
# cp -a /usr/share/psa-horde/imp/config/mime_drivers{,.local}.php
-
Set the
'inline'parameter fromfalsetotrue:# sed -i.backup "s/'inline' => false,/'inline' => true,/g" /usr/share/psa-horde/imp/config/mime_drivers.local.php
# sed -i.backup "s/'inline' => false,/'inline' => true,/g" /usr/share/psa-horde/config/mime_drivers.local.php
Comments
Please sign in to leave a comment.