Plesk for Linux
FR:PPM-2589
kb: how-to
ABT: Group B
Applicable to:
- Plesk for Linux
Question
How to show the emails in HTML by default in Horde on a Plesk server?
Answer
Note: To apply the solution from this article it is required to have SSH access to the server
By default, inline HTML viewing is disabled in Horde and it can be enabled following these steps:
-
Connect to the server via SSH
-
Create the
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
1 comment
Great and easy guide :)
Please sign in to leave a comment.