• 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 Incomming Mails from a specific sender Stuck in MailQueue

AlexandervH

New Pleskian
Since a couple of Days I have an issue in one of our Plesk installations:
"
OS
Debian 9.13
Product
Plesk Obsidian
Version 18.0.42 Update #1, last updated on Mar 16, 2022 06:25 AM
"
Mails from a specific Sender "GMX.de" (german E-Mail Service) land in the Mailqueue and are stuck there.
Sometimes they get bounced with the error message
" Command time limit exceeded: "/usr/lib/plesk-9.0/postfix-local" "

When watching the /var/log/maillog

this happens when they come in:

Mar 29 11:36:59 untld psa-pc-remote[4891]: 656656C32E7: py-limit-out: stderr: INFO:__main__:No SMTP AUTH and not running in sendmail context (incoming or unrestricted outgoing mail). SKIP message. Mar 29 11:36:59 untld psa-pc-remote[4891]: 656656C32E7: py-limit-out: stderr: SKIP Mar 29 11:36:59 untld psa-pc-remote[4891]: 656656C32E7: check-quota: stderr: SKIP Mar 29 11:36:59 untld psa-pc-remote[4891]: 656656C32E7: spf: stderr: PASS Mar 29 11:36:59 untld postfix/qmgr[5016]: 656656C32E7: from=<[email protected]>, size=4442, nrcpt=1 (queue active) Mar 29 11:36:59 untld postfix-local[6497]: 656656C32E7: from=<[email protected]>, to=<[email protected]>, dirname=/var/qmail/mailnames Mar 29 11:36:59 untld postfix/smtpd[6456]: disconnect from mout.gmx.net[212.227.15.15] ehlo=2 starttls=1 mail=1 rcpt=1 data=1 quit=1 commands=7 Mar 29 11:36:59 untld postfix-local[6497]: 656656C32E7: dk_check: stderr: PASS

I have run the automatic repair for plesk mailserver that didn't help either.

Anyone know what the issue could be?
 
Sometimes they get bounced with the error message
" Command time limit exceeded: "/usr/lib/plesk-9.0/postfix-local" "
Mail delivery fails because DNS requests in Plesk's DMARC mail handler block indefinitely.
After 1000 seconds of waiting (by default), Postfix pipe daemon gives up and shuts down the postfix-local delivery process, which is responsible for delivery to Plesk's mailboxes.
If temporarily disabling DMARC checks help, you must fix DNS records/settings.
 
Mail delivery fails because DNS requests in Plesk's DMARC mail handler block indefinitely.
After 1000 seconds of waiting (by default), Postfix pipe daemon gives up and shuts down the postfix-local delivery process, which is responsible for delivery to Plesk's mailboxes.
If temporarily disabling DMARC checks help, you must fix DNS records/settings.
Ok temporarily disabling Dmarc helped. But how do I fix my DNS settings for this? And why is only one specific sender affected?
 
Back
Top