Plesk for Linux
kb: how-to
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.php
files:# 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 fromfalse
totrue
:# 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
3 comments
Great and easy guide :)
hi. i have the same issue with horde and im not used to do ssh command. may i have to just copy the command below on ssh mode? thanks
Hello Ikbel Sassi,
To apply the solution described in the article it's necessary to connect to the Plesk for Linux server via SSH: https://support.plesk.com/hc/en-us/articles/115000172834
If SSH access is not available, please share the solution available in this article with your service provider.
Please sign in to leave a comment.