|
isawader -> RE: Telnet to 25 and send spoofed internal email? (22.Jul.2005 10:15:00 PM)
|
So you guys think spammers can only use telnet to spoof??????!
What about an actual SMTP server? It's easy to spoof addresses using any SMTP server. Blocking telnet at port 25 is a false sense of security. Besides, as MadMike said, you block port 25, you can't get any emails. Unfortunately, when IEEE came up with the specifications for SMTP protocol, we were living in a peace loving world There wasn't any scums sending spam emails. Had they envisioned that one day we will have this situation, they would've definately came up with an alternative (possibly an authentication scheme).
You have two options to prevent these spoofed emails:
First, you can do reverse DNS lookup on the sending MTA before accepting any emails. The drawback is that not all the companies have properly configured their reverse DNS record. So you will end up rejecting hundreds of legitimate emails as spam.
Secondly, you can use SPF. It's the new form of fighting spam. [ July 22, 2005, 10:19 PM: Message edited by: isawader ]
|
|
|
|