So, your gazing at your logs as most admins do. Looking through the tea leaves trying to spot any evil that may be on the horizon when you notice this little tid bit...
lowest numbered MX record points to local host
What? You think to youself... does that mean. Clutching for the nearest search engine you look to see if someone else ran accross this same line.
Low and behold the search yeilds a drove of results. Great! You exclaim. Let's see what the heck it is. You click on the first link and someone is talking about a hostname missing in a file called localhostname or remote hostname or something like that. So you check another one out. Then another. They are all saying the same thing. In fact, exactly the same thing. As if they copied it from each other. Then you notice none of them actually identify the problem, just the fix. But the fix doesn't work?
Hummm. Then what the heck does this mean. Well the first thing it means is there is a lot of people writing about something they know nothing about! But we didn't need the web to find that out.
So... let's look at that line again.
lowest numbered MX record points to local host.
This line is telling you... you have a configuration error. The MTA is trying to deliver a local message using a remote delivery method (transport). When is looks up the remote host in DNS, it's getting pointed back to itself.
In other words... if this message gets delivered, it's going to be received again because the remote host that would receive it is the localhost i.e. itself. If that happens the message is going to be delivered again... which means it's going to be received again... which means it's going to be delivered again... which means... get the picture? This line is a warning that an endless loop is starting.
How do you fix it? Look at the MTA's configuration. There is something a foul in one of the routers. Hint: it's the router that would have handled the domain in the address it was processing when this line popped up. I've witnessed this line crop up when a Redirect router went a rye. But there could be a thousand causes. I would bet it's going to be somewhere in a router or transport. - Good luck!