PDA

View Full Version : Spammers using my domain


t_ras
July 19th, 2007, 01:40 PM
I have an email server which can not even be used from out side.
The problem is that some one is sending mail identifying his self as my domain (some_fake_mail[at]my_real.domain) and I get all the "undeliverable" messages.
I can also see the IP from which it was sent, which is defenetly not mine.
Any idea how to take care of it?

Thanks

Adnarim
July 19th, 2007, 02:23 PM
You can't stop him spoofing emails, that's a genereal problem of the protocol.

The recieving mail-servers could do this by doing a host-lookup to the mailfrom field and then look if it corresponds to the IP which sends it.

The undeliverable message you can simply filter out by the adress,IP-range the spoofer uses, I think..

koenn
July 19th, 2007, 04:50 PM
technically, there's not much you can do, other than what to previous poster offered.
You might look up who owns the IP address of the spoofer, and report the abuse.

MJN
July 19th, 2007, 05:14 PM
It's difficult, if not impossible, to filter the bounce messages as these messages are genuine - this backscatter is the result of the spam not the cause (although just as annoying). Furthermore, you don't want to filter all bounces given they could be responses to your own misdelivered mail. See http://www.postfix.org/BACKSCATTER_README.html for some good tips on what you can reasonably do, along with discussion on the limitations of its effectiveness.

Also investigate adding SPF records to your domain's DNS (see http://www.openspf.org/). It's not an ultimate solution to the problem, nothing is, but when I had similar problems with my domains a while back it hammered the backscatter down to practically zero. I didn't hold much hope of it working to be honest - mainly as I wasn't sure how many were checking SPF as part of their filtering - but the results have spoken for themselves.

Mathew

t_ras
July 20th, 2007, 02:54 AM
Thanks for the helpful info!

Mr. C.
July 20th, 2007, 02:57 AM
I'm betting you have a catch-all address, and are allowing all such email.

It is no longer consider useful or prudent to use catchall addresses, as they become a dumping ground for spam and backscatter.

Do yourself a favor; reject all unlisted recipeints. Use + style address extensions if you need customizable email addresses.

Trying to validate the sending server's IP against MAIL FROM will result in many false positive rejections.

MrC

t_ras
July 20th, 2007, 03:02 AM
good idea. I really do nothing about this mails coming to the catch all address any way...