• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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