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

Mail forwarding loop

Tozz

Regular Pleskian
Since today, 17 march 2016 about 10:45 CET we are seeing mail bounces for random users on random mails. Not all mail is bounced. Bounce message is: "status=bounced (mail forwarding loop for [email protected])"

We are seeing this on all our Plesk machines since today, 10:45 CET.

The logs do not give any insights on the reason why there is a mail loop. We dont see anything wrong with the configuration and because not all e-mail is bounced it seems like external factors are involved.

Is anyone else seeing this?
 
Some extra details:
- The mail address that has these issues does not have any forwarding configured in Plesk. They are regular mailboxes.
- Running mchk does not solve the issue.
- Issue has been seen on atleast 15 machines.
- The issue is also seen with outgoing mail to external addresses
 
Last edited:
Hi toz. Are u using spamexperts by any chance too? We are seeing This problem too but only when using spamexperts.
 
Hi. Glad to hear we're not the only one. We are not using SpamExperts. How are you using SpamExperts? Is the MX for the troubling domain directed to SpamExperts? Or is it something else? Maybe we can atleast pinpoint a little bit more?
 
Upon closer inspection, it looks like all the troubling e-mail is coming from Ziggo. That means either the sending SMTP server is Ziggo, or it is an Ziggo customer that is trying to send e-mail over our SMTP service.
 
LinqHost: Could you please verify? It looks to me like Ziggo has changed their infrastructure, so that it adds a new header "Delivered-To". This header leads Postfix to believe the mail is already delivered, returning mail forwarding loop.
 
Yes i can confirm it's ziggo only customers

So not a plesk problem, our directadmin servers have the same problem.
 
I can now confirm Ziggo wrongly adds "Delivered-To" headers into their mail (confirmed by traffic sniffing). I'll try to contact Ziggo, but I have very little hope this will work
 
If you have set "soft_bounce" to yes, as we did.. This might help you:

Code:
find /var/spool/postfix/deferred/ -type f -print | xargs -I {} sed -i "s/Delivered-To/DankZiggo-To/g" {} && sed -i "s/^soft_bounce = yes/soft_bounce = no/g" /etc/postfix/main.cf && postsuper -r ALL && /etc/init.d/postfix restart
 
Thanks for the info Tozz! I've been trying to find the cause for hours, can confirm that the issue has been resolved over here as well.
 
Back
Top