I’m sure like you folks, the amount of spam passing through my server is quite alarming. My machine is strong and the truth is it seems to handle 120k+ of mail a day without much effort. But with most of that mail being spam, this amount is ridiculous.
I’ve thought about Email Greylisting in the past, but avoided implementing it because of the many clients I have that seem to think they always have such important email about to arrive that they check their mail every 60 seconds (they really need to get over themselves). They would surely be upset at any delays.
This past week I’ve seen a good 20K+ jump in the amount of daily incoming mail and the last Virtualmin update now provides easy Greylisting setup… I couldn’t resist. Below is a before and after comparison - take a look and you’ll see why I titled this thread “Greylisting vs Not-Greylising: Amazing!”
Before:
[code:1]274.877M Bytes accepted 288,229,888
81.870M Bytes sent via SMTP 85,847,111
198.695M Bytes delivered 208,347,111
32.584M Bytes forwarded 34,167,232
======== ==================================================
11675 Accepted 9.61%
109863 Rejected 90.39%
121538 Total 100.00%
======== ==================================================
256 5xx Reject relay denied 0.23%
45667 5xx Reject unknown user 41.57%
63940 5xx Reject RBL 58.20%
109863 Total 5xx Rejects 100.00%[/code:1]
After:
[code:1]136.395M Bytes accepted 143,021,037
63.055M Bytes sent via SMTP 66,117,476
85.922M Bytes delivered 90,095,778
20.594M Bytes forwarded 21,594,842
======== ==================================================
2102 Accepted 76.33%
652 Rejected 23.67%
2754 Total 100.00%
======== ==================================================
472 5xx Reject relay denied 72.39%
179 5xx Reject unknown user 27.45%
1 5xx Reject client host 0.15%
652 Total 5xx Rejects 100.00%
======== ==================================================
145260 4xx Reject recipient address 100.00%
145260 Total 4xx Rejects 100.00%[/code:1]
With 121,538 total mail down to just 2,754, there’s no going back now!<br><br>Post edited by: webwzrd, at: 2009/04/27 03:11