• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Webmail annoying text on all messages - Solution

E

emsol

Guest
I found a solution to this problem so thought I'd post it here for others.

Problem:

When sending mail via webmail, all messages have the following text at the bottom...

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Solution:

Edit the file...

c:\inetpub\vhosts\webmail\horde\imp\config\trailer.txt

And remove the above text.
 
4.2.14 How can I remove or change the text appended to each email sent through IMP?
[IMP 3.x]: IMP automatically appends the content of the file /horde/imp/config/trailer.txt to each email it sends. You can disable this by setting the configuration option $conf['msg']['append_trailer'] to false in your /horde/imp/config/conf.php file. If enabled, you can change the message by simply editing the contents of /horde/imp/config/trailer.txt to suit your needs. Please note that this is a text file, and should not contain html or php code but only normal text.

Located at http://www.horde.org/faq/admin/config/index.php#c30.
 
Back
Top