• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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