• 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Squirrelmail Nutsmail & Plesk

O

OutKa5t

Guest
Hi,

I might be a bit **** at searching these forums but I am trying to find a guide for installing Squrrelmail onto Plesk and turning of Horde.

Can anyone point me in the right direction.

Thanks
 
I installed squirrelmail via yum, then just went into the horde directory and change login.php to redirect to /webmail/

Then for nutsmail I just replaced replaced the squirrelmail installation in /usr/share/squirrelmail with the nutsmail squirrelmail installation.
 
Thanks tylerc. Can anyone advise on the effect this may have on upgrades to Plesk?
 
I would guess it would be fine as

[1] Plesk uses horde as the default webmail program, so any updates do horde would not effect squirrelmail.
[2] When updating via yum, do not do any squirrelmail upgrades, only do updates manually that you get from nutsmail
 
Can you tell me what you did to Hordes login.php? Isnt that jsut the file with the login script for Horde?
 
I changed /usr/share/psa-horde/imp/login.php to:

if (!empty($_GET['imapuser']))
{
Header('Location: https://server25.isonicweb.net/webmail/src/login.php?secure_login=yes&loginname=' . $_GET['imapuser']);
}
else
{
Header('Location: https://server25.isonicweb.net/webmail/src/login.php?secure_login=yes');
}
?>

This used to keep the login name of the user when logging into the webmail via control panel but since my upgrade from squirrelmail to nutsmail it has not worked. I emailed the author of nutsmail to ask him if there was a query string value you could pass to populate the login field.

I also have the secure_login plugin for squirrelmail installed and It ensures all webmail logins come under the domain of the server (ie server25.isonicweb.net), as then the server ssl certificate is used and is always valid.

Cheers,
Tyler Cranston
 
Back
Top