More details would be useful. In the mean time,
What does "Error: too many hops" mean?
Short answer: this message means that
mail is probably looping. If you see
this after you turned on Postfix
content filtering, then you have made
a mistake that causes mail to be
filtered repeatedly. This is cured by
appropriate use of content_filter=,
header_checks=, and body_checks=.
Long answer: the message has too many
Received: message headers. A received
header is added whenever Postfix (or
any MTA) receives a message. A large
number of Received: message headers is
an indication that mail is looping
around.
Side comment: email uses the opposite
of the technique that is used to avoid
IP forwarding loops. With IP, the
sender sets a TTL (time to live) field
in the IP header. The field is
decremented by each router. When the
TTL reaches zero the packet is
discarded and an ICMP error message is
returned to the sender.
(from http://www.postfix.org/faq.html#loop and the first hit from Google "postfix too many hops")
answered
07 May '10, 18:47
LiquidPaper
121●1●3
accept rate:
0%
What is your question?
Please accept an answer so the question/answer can be finished. Or provide more details so we can help.