• 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.

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 http://autoinstall.plesk.com/PSA_12...rator-2.0.0-cos6.build120140331.11.x86_64.rpm
Retrieving http://autoinstall.plesk.com/PSA_12...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