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

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