• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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