Got Email DDOS attack
I recently noticed in my exim log that I am getting a lot of random emails sent to non existing users at my domain.
These emails are just coming from random IP and are sent to random non existing user in my domain.
My exim setup only allow relay from locahost, and reject all other relay. But I am now getting about 1-2 every 5 seconds and my reject log is jammed with those reject message.
Is there any way I can block those spoof email? I have already setup script for iptable to block access from those random hosts.
What should I do next?
Thanks.
Kevin
3 Replies
See, the spammers have realized that people are not posting their email addresses. So they've been guessing usernames at any domain they can find.
So if you can figure out how to block them, you've just fixed the spam problem.. :/
Spamhaus
I guess the the question that I am still having is, is there any additional ways that I do to prevent spammer to send mail to random users on my domain. Although I am already rejecting all mail to unknow users on my host, I am trying to see if there are ways to add additional mean of protection on top of what I have had: iptables blocking, reject open relay, reject unknow user, and with the help of spamassassin.
When I am seeing on average of 1-2 emails sent to my domain's non-existing users every couple seconds or so, I am start to worrying about the server load and my bandwidth limit.
Thanks for all your help!
Regards,
Kevin