5 years ago my server started receiving 10,000+ spam email a day:
[
webmasterworld.com...]
The simple answer to that was to just turn off the catch all addressing that I was using.
That worked, in that it stopped 99.99% of the spam messages, however, 5 years on they are still being sent, and still being rejected.
re: I don't know why / how but hundreds of email addresses for my site were added to a spam network. This is where emails were in the format:
asbvt213 at mydomain
arydur at my domain
ayr229 at my domain
azbutyq at my domain
The recipients all start with a and are all rejected.
---
After 5 years I am finally getting round to doing something about this!
Even though the server has light traffic clearly 10-20,000 emails a day is not good for the environment, and I guess it is putting a bit of strain on the server when postfix mysql and apache are all crunching data.
1. Who exactly is behind this?
2. What is the point?
2a. Are they trying to relay messages?
2b. Do they think that the email addresses are valid and thus it's worth sending 10-20,000 spams a day to those addresses?
3. Why, after 5 years of reject / unknown recipient hasn't the spam system realised that the messages are not getting through
4. What more do I need to do to stop this?
As I said, 5 years ago I just turned of catch all. This returned emails as user unknown. Shortly after I set up rbl filtering and this rejects the vast majority of the messages.
A few days ago I implemented an iptables blocking script. Every 5 minutes the maillog file is scanned for rejected: mail. If one is found the ip is dropped with ip tables.
This has had some success in that the spam rate has now gone down from an average of 15,000 per day to 6,000 but clearly this is still unacceptable.
----
Note! I do not need a solution for blocking the spam mail - I already have that with various methods. The spam emails never arrive in the inbox because they are all caught by postfix.
What I want to do is to stop these arriving at the server in the first place. To do that I would need to know who / what is behind it; why have they not realised the ayzr2234 at mydomain addresses do not exist and have never existed for 5 years.