• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Mail problem - IMAP stops working

SlobodanG

New Pleskian
Hi,

I have fresh installed 12.0.18 and updated to mu#3, and then migrated about 100 domains from plesk 10 during last 10 days or so...
I was able to deal with everything except this thing with mail:

from time to time IMAP stops responding - if someone tries to log in through webmail, roundcube says can't connect to storage, and all IMAP clients say that they can't connect to IMAP. I haven't noticed that POP is affected as well, but I have to investigate that.
I have found that service dovecot reload fixes problem temporary. This thing started to happen more often as I have added more domains (mail accounts).
Currently there are about 500 mailboxes on server, and I'm planning to migrate few thousand more from plesk10 that was running courier-imap.

I was looking at logs (messages, maillog, roundcube log, dmesg, ... ) and couldn't find anything that can lead me in right direction.
When that happens this command gives output around 400-450: netstat -pan | grep imap | wc -l

92-plesk-service-imap.conf:
service imap {
service_count = 1
process_limit = 10000
}

and roundcube log looks like this

[11-Jun-2014 19:15:22 +0200]: IMAP Error: Login failed for xxx@xxx from xxx.xxx.xxx.80(X-Real-IP: xxx.xxx.xxx.80,X-Forwarded-For: xxx.xxx.xxx.80). Empty startup greeting (localhost:143) in /usr/share/psa-roundcube/program/lib/Roundcube/rcube_imap.php on line 184 (POST /?_task=login?_task=login&_action=login)

can someone give me an idea what else to look and try?
 
Pozdrav Slobodane,

Mi imamo isti problem na 3 servera i prema Parallels Support-u ovo je resenje:

Further I checked our internal links and found that generally this issue persists if "psa-mod-fcgid-configurator" package is not installed or corrupted.

I reinstalled the package "psa-mod-fcgid-configurator" with latest build.

-=-=-
[root@server ~]# rpm -qa | grep psa-mod-fcgid
psa-mod-fcgid-configurator-2.0.0-cos6.build110120606.19.x86_64

[root@server ~]# rpm -e psa-mod-fcgid-configurator-2.0.0-cos6.build110120606.19.x86_64

[root@server ~]# rpm -ivh https://autoinstall.plesk.com/PSA_1...rator-2.0.0-cos6.build120140331.11.x86_64.rpm
Retrieving https://autoinstall.plesk.com/PSA_1...rator-2.0.0-cos6.build120140331.11.x86_64.rpm
Preparing... ########################################### [100%]
1:psa-mod-fcgid-configura########################################### [100%]

[root@server ~]# rpm -qa | grep psa-mod-fcgid
psa-mod-fcgid-configurator-2.0.0-cos6.build120140331.11.x86_64

Miomir
 
Back
Top