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

Issue High Load on imapd Maildir

armanmisdar

New Pleskian
Hi Guys, lately I notice my VPS server is crawling. It takes too long to load the control panel or any website hosted in it. Doing iotop command shows there's a high load on "imapd Maildir" process (refer to the attachment).

Plesk Obsidian 18.0.42

Any advice on how I can fix or reduce the load?

Thank you
 

Attachments

  • email-issue.png
    email-issue.png
    144.4 KB · Views: 10
Do lsof -p <pid> (example: lsof -p 8048) on the imapd process to figure out which Maildir it is (which mail address) and then investigate the maildir of that address. Maybe there are thousands of mails in that mailbox?

You seem to be using Courier-IMAP instead of Dovecot. From my personal experience I can tell you that the performance of Courier-IMAP is much worse than Dovecot. So you may consider switching to Dovecot, but please be aware that this needs careful planning and preparations:
 
Back
Top