• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Configure Horde webmail

B

baochau

Guest
Hi,

How to use Horde Administration/Setup page to configure webmail? I need to configure it because the webmail's interface doesn't have sent-folder, inbox, bla bla... When a new mail come, it doesn't highlight mail folder (the word "Mail" is not in bold characters), and I want to disable Top News.
http://img139.imageshack.us/img139/5014/webmailao6.jpg

P/s: http://www.horde.org/imp/docs/?f=INSTALL.html, this web page say that :"You must login to Horde as a Horde Administrator to finish the configuration of IMP. Use the Horde Administration menu item to get to the administration page".
But, When I installed PLESK, it didn't prompt me to create any Horde administrator account.

Plz help me, Thx u in advance.
 
Edit the config file located in...

/usr/share/psa-horde/config/config.php

Add the users to the array of 'admins'....

$conf['auth']['admins'] = array('[email protected]');

Then login to horde as one of the admin accounts and you'll notice extra options in your left menu bar.
 
Also you'll probably have to make the config file writable in order to make changes from the horde interface.

And you can turn off Plesk's news feed in horde by going to in Plesk as administrator...

Server -> Interface Management -> Interface Templates -> Preferences.
 
Back
Top