June 29th, 2009
A few months ago, I’ve made a post about SpamAssassin, a great free antispam tool. In fact, cPanel uses SpamAssassin to block unwanted mails.
This time around, we’ll see how to block spam using vDeck. While its spam filter management interface is different than cPanel, it’s still quite easy to use.
For this tutorial, I’ll be using my FatCow account but your vDeck control panel may differ a little bit from mine.


Greylisting is an email blocking mechanism where messages are first rejected with a “temporary rejection” message. If the message is resent within a specified amount of time, the email is accepted.
Greylisting works because most spammers do not resend rejected messages (or check to see if messages are rejected, for that matter) and legitimate (i.e., non-spam) email servers will try to resend the message.
If the message is retried, it is successfully delivered and is automatically added to the user’s whitelist and does not have to go through the greylisting process again.
To enable greylisting and auto whitelisting:

Whitelisted email addresses are always accepted. Blacklisted email addresses are always rejected. Simple as that.
vDeck allows you to set up whitelist and blacklist addresses, entire domains, or by Class C IP addresses.
To add whitelist or blacklist entries :


So as you can see, using vDeck’s Spam Filter isn’t that complicated, but remember to be careful not lose some legitimate emails in the process.
Posted in Control Panels · Plesk · Tutorials | 2 Comments
2 responses so far ↓
1. Response by : Daryl Lafferty on Oct 6, 2009 at 5:33 pm
“Blacklisted email addresses are always rejected. Simple as that.”
I wish it worked like that. Unfortunately SpamAssassin doesn’t inspect messages above a set size, typically about 256K. Examining larger messages takes too much CPU and would slow the system too much. But this means it doesn’t even compare the address to the blacklist.
I’ve got one spammer that frequently sends out 2-6 MB spam emails that SpamAssassin ignores. I wish there was a way to stop them.
2. Response by : Michael on Apr 28, 2010 at 12:55 pm
For a simpler alternative, you can also look at http://www.magicspam.com, a simple spam protection module that plugs right into your Plesk or cPanel installation, and offers SMTP edge level protection for lower overhead.
Leave a Comment