Horde removal in version 108

Mrg

Member
Feb 8, 2012
21
4
53
cPanel Access Level
Root Administrator
Hi, how can we disable this message global. every user see these message, this wedo not like, because we get many questions. we do not use horde.
" The Horde webmail application has been removed in cPanel & WHM version 108. All Horde email, contacts, and calendars will be automatically migrated to Roundcube. For more information, read our cPanel Deprecation Plan documentation. "
 
  • Like
Reactions: brianWreaves

acadiasys

Member
Sep 30, 2020
14
0
1
USA
cPanel Access Level
Root Administrator
@cPRex - We are in the process of migrating from one server to another. We have provisioned the new server and run an initial transfer using the transfer tool. Last night the new server updated to 108.0.14 (Horde removed and all contacts etc migrated). The old server is still on 106.0.18. We plan to complete a final full migration over the weekend.
When we complete the migration will the process of migrating the Horde email, contacts, and calendars to Roundcube be an automated process (does it run periodically, if so when?) or was that a one time process that was completed when the new server updated itself? If it will not be run again automatically is there any way to run it manually so I can force the migration from Horde->Roundcube after the transfer tool completes?

Are there any other issues that you might be aware of with regards to Horde/Roundcube when migrating from a server still at 106 to a server that has already updated to 108 and removed Horde?
 

quietFinn

Well-Known Member
Feb 4, 2006
2,109
580
493
Finland
cPanel Access Level
Root Administrator
I don't think that is going to work, WHM -> cPanel -> Upgrade to Latest Version, and check " Force a reinstall even if the system is up to date " in the old server.
That should upgrade the old server to 108.
 

SimpleSonic

Well-Known Member
Mar 24, 2023
186
82
103
USA
cPanel Access Level
Root Administrator
Twitter
ok, as a quick fix we change the text by locale file change.
it is neccessary because many of our customers are very confused due we do not use horde.
Agreed. I think for those that already have Horde disabled globally, the notification should not appear or at least be permanently dismissible.
 
  • Like
Reactions: brianWreaves

Metro2

Well-Known Member
May 24, 2006
589
99
178
USA
cPanel Access Level
Root Administrator
@Mrg - originally we didn't intend for that banner to be hidden so the maximum number of users could see it. However, we do have case HB-6575 open with our team to make it dismissable, although I'm not sure when that will be applied to a public cPanel build.
Thanks to @stormy posting advice how to get rid of the "Horde webmail application has been removed" banner in this other thread - Disable Jupiter welcome screen

In /var/cpanel/customizations/content_includes/ I simply created the file cpanel_jupiter_head.html.tt and added the following code to it:

Code:
<style>
#cpHordeBanner {display:none !important;}
</style>
And finally no more "Horde webmail application has been removed" when logging into user cPanel accounts. :)

Questions for @cPRex - do you think this is unsafe or may cause a problem when cPanel adds the dismissable option in a future release? Would I need to delete the cpanel_jupiter_head.html.tt file that I created at some point?
 

pkiff

Active Member
Jul 31, 2007
31
4
58
Toronto
cPanel Access Level
Root Administrator
Regarding the warning "The Horde webmail application has been removed ...", I am currently (version 108.0.15) getting the notice again on each fresh login.

The "x" (close banner) button has a title attribute that says "Hide Permanently". BUT, on my system, this JavaScript function attached to the "dismissHordeIcon" div seems to set a session cookie instead of a permanent cookie? So the notice continues to appear for cPanel user accounts on each fresh login/logout. This seems like a bug separate from the other issues about cPanel throwing misleading notifications about Horde to all users?

Like others in this thread, I would also like to be able to disable the notice for all users automatically. Especially because the server that this is on NEVER ever even had Horde installed!
 

Metro2

Well-Known Member
May 24, 2006
589
99
178
USA
cPanel Access Level
Root Administrator
The "x" (close banner) button has a title attribute that says "Hide Permanently".
Same here in WHM and also still in cPanel > Email Accounts > Check Email

The X says "Hide Permanently" , but it's definitely not permanent. Comes back every time, so yes I'm also guessing session/cookie based. (I keep my FireFox and Edge set to automatically clear cookies & cache when I exit the browser... great feature that Chrome is missing).
 
  • Like
Reactions: brianWreaves

voip

Member
Apr 8, 2004
18
2
153
> When upgrading to Version 108, the server will automatically copy the data from Horde into Roundcube

Does the automatic migration work fine on accounts over quota?
 

smurf

Well-Known Member
Jun 4, 2009
57
10
58
Is there any update or new method to disable the horde removed notice for all users automatically? Currently on v110.
 

SimpleSonic

Well-Known Member
Mar 24, 2023
186
82
103
USA
cPanel Access Level
Root Administrator
Twitter
The developers have decided they didn't want to make this an option that users can disable, so it doesn't look like that will happen. The notice is removed in version 112, which is making its way through the tiers right now.
Do you know the ETA for 112 for RELEASE tier?