• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Replacing Horde with Squirrelmail

Status
Not open for further replies.

Laurence@

Regular Pleskian
So we replaced Horde with SquirrelMail pretty easily but in Plesk under the mail settings the dropdown still displays Horde as an option. Is there a database query we can run to change that to Squirrelmail. Or some other config setting somewhere?
 
Do you mean that you have registered SquirrelMail as external webmail service - http://download1.parallels.com/Plesk/PP12/12.0/Doc/en-US/online/plesk-administrator-guide/66411.htm ? In this case check 'externalWebmails' table in Plesk database.
Or default settings in 'Webmails' table:

mysql> select * from Webmails;
+----+------------+-----------+---------+-------------------------+--------------------------+---------+---------------+
| id | product_id | name | version | release | docroot | enabled | serviceNodeId |
+----+------------+-----------+---------+-------------------------+--------------------------+---------+---------------+
| 1 | horde | Horde | 6.2.9 | cos6.build1200150706.15 | /usr/share/psa-horde | true | 1 |
| 2 | roundcube | roundcube | 1.1.2 | cos6.build1200150707.12 | /usr/share/psa-roundcube | true | 1 |
+----+------------+-----------+---------+-------------------------+--------------------------+---------+---------------+
2 rows in set (0.02 sec)
 
Status
Not open for further replies.
Back
Top