I just noticed this strange warning in my syslog:
postfix/smtpd[26261]: warning: hostname localhost does not resolve to
address 113.167.250.138
...which is then immediately followed by:
postfix/smtpd[26261]: connect from unknown[113.167.250.138]
postfix/smtpd[26261]: NOQUEUE: reject: RCPT from unknown[113.167.250.138]:
550 5.1.1 <advertising@crestore.com>: Recipient address rejected: User
unknown; from=<bseatz@somedomain.example.com>
to=<advertising@mydomain.example.com> proto=ESMTP helo=<localhost>
postfix/smtpd[26261]: disconnect from unknown[113.167.250.138]
So I decided to do a traceroute from a different win machine and that remote IP resolved to the machine's HOSTNAME:
> tracert 113.167.250.138
Tracing route to MYHOSTNAME [113.167.250.138] over a maximum of 30 hops:
1 MYHOSTNAME [113.167.250.138]
2 [2-5 removed]
6 ix-8-0-3-0.tcore1.CT8-Chicago.as6453.net [x.x.x.x]
7 if-22-2.tcore2.CT8-Chicago.as6453.net [x.x.x.x]
8 if-11-3.tcore2.PDI-PaloAlto.as6453.net [x.x.x.x]
9 if-22-2.tcore2.LVW-LosAngeles.as6453.net [x.x.x.x]
10 if-10-0-0-5.mcore5.LAA-LosAngeles.as6453.net [x.x.x.x]
11 Request timed out.
12 Request timed out.
13 vdc.vn [123.29.5.170]
14 vdc.vn [123.29.6.238]
15 MYHOSTNAME [113.167.250.138]
Obviously it's a spammer trying to send mail to a local account on my server, but how does that IP address resolve to localhost/MYHOSTNAME by two of my machines?
Edit 1: I will remove the spammer's (apparent) IP from this question later today.
Edit 2: Well anyone can just look at the edit history, so I see no benefit in removing the spammer's IP address. Mods, I think it would be a good idea if you want to remove the IP permanently.