|
Mx doesn't quite work like that - it's not the MX that points to a port. You're referring to "priority".
MX simply resolves to an IP address.
What you can do is set two MX records, with different priorities. Mail senders should check the MX record with the highest priority (lowest number) first, resolve that to an IP address and try to sent to a receiving SMTP server on that IP address. If that fails, they should try the second and then subsequent MX records in priority order. (If you have two with the same priority, the IP addresses should be used alternately).
So, you are suggesting setting an MX record pointing to a dummy IP address with a high prority (low number) and then an MX record pointing to the correct IP address with a lower priority. The idea being that spammers will try the first and give up on failure, where real mail system will try both.
Bad news, I'm afraid:
- There are reports of spammers who actually try the low priority MX record first - in an attempt to defeat spam systems that may be sitting on the normal MX record. So, no go there.
- You're inviting yourself to delays in your mail (or even misdelivery)
Not really worth the trouble, IMO.
__________________
Rob
----------------------------
For your information, there's a lot more to ogres than people think.
|