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

Question Incoming mail stays in queue permanently

Bamboo Toothbrush

New Pleskian
Hello all
I've configured a mail account on a new instance of Plesk Onyx. Outgoing mail is fine, using webmail or a mail client. But incoming mail is permanently queued, no matter who the sender is.
If you have any suggestions I would love to hear them.
Many thanks :)

From /var/logmaillog (email addresses anonymised here):
Aug 8 08:27:11 d qmail-queue-handlers[30194]: [email protected]
Aug 8 08:27:12 d qmail-queue[30200]: scan: the message(drweb.tmp.hCxye0) sent by [email protected] to [email protected] is passed
Aug 8 08:27:12 d qmail: 1502137632.284651 info msg 934819: bytes 3105 from <[email protected]> qp 30202 uid 2020
Aug 8 08:27:12 d qmail-local-handlers[30203]: [email protected]
Aug 8 08:28:53 d qmail-local-handlers[31278]: [email protected]
Aug 8 08:33:53 d qmail-local-handlers[31406]: [email protected]
Aug 8 08:42:13 d qmail-local-handlers[31614]: [email protected]
Aug 8 08:53:53 d qmail-local-handlers[31735]: [email protected]
Aug 8 09:08:54 d qmail-local-handlers[451]: [email protected]
Aug 8 09:27:13 d qmail-local-handlers[595]: [email protected]
Aug 8 09:48:53 d qmail-local-handlers[781]: [email protected]
 
Hi Bamboo Toothbrush,

Plesk comes with a great "Plesk Repair Utility" ( => Plesk Repair Utility ), with which you are able to investigate and resolve quite a lot of issues/errors/problems.

An example command to repair "mail" - related issues, could be:
Code:
plesk repair mail -y -v
( If you need further informations/command options, pls. consider to read the above mentioned official Plesk documentation )


In addition, pls. inform yourself about needed open ports on your server at:



Another option is to switch from qmail to postfix - usage and back to qmail - usage again, to solve common issues or/and misconfigurations:
Code:
plesk installer --select-product-id plesk --select-release-current --install-component postfix

plesk installer --select-product-id plesk --select-release-current --install-component qmail
 
Back
Top