• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Plesk 8.2.0 and RHEL 5.1 incompatible? IMAP / webmail errors, etc.

Ales

Regular Pleskian
Plesk Guru
A word of caution...

We recently updated one of our servers from RHEL 5 to RHEL 5.1. This was a regular yum update, not an OS upgrade.

Since the update, IMAP stopped working. This means webmail is down too, since it uses IMAP.

Connection attempt to webmail or any other IMAP connection simply results in a failed login. /var/log/messages show kernel: imapd segfault.

I noticed an error text under Server / Updater (probably just caused by /etc/redhat-release change):
Error: The build version you tried to install does not suit your operating system.
Not all packages were installed.
Please, resolve the above problem and try installing the packages again..

Another forum user is mentioning FTP connection problems after this OS update too. We haven't experienced those, but be warned.

The OS update also overwrote /usr/sbin/suexec and /etc/sysconfig/named files, causing problems with perl scripts and shutting down DNS. Recreating the files is all that it takes to fix this...

Anyone else experiencing IMAP problems?
 
Hi,

Same problem here, horde stopped working.

Didn't see the other problems yet.

Arjen
 
It looks like you can get around the updater issue by editing /etc/redhat-release and removing the '.1' from 5.1
That gets rid of the error... I haven't tested updater functionality beyond getting the package list, but given the error message I suspect that it will work after that. Not the most elegant solution, but I figured I'd post this in case it's useful to someone.
 
We've seen this issue too. Running gdb and strace against the courier daemon reveals the imaplogin program to be buggy.

One of the updates to 5.1 was in libselinux and it looks like this broke the courier-imap package provided with Plesk.
 
Just to confirm, disabling selinux solves the IMAP problem. Just setting the status to permissive doesn't.

Should be fixed in Plesk 8.3
 
Back
Top