[ Index ] [ IMAP ] [ POP3 ] [ Webmail ] [ Spam Filtering ] [ Virus Scanning ] |
|
![]() |
|
What is Mail Filtering?Mail Filtering is the process of scanning email messages and making intelligent routing decisions based on the content of the message. We are dedicated to keeping as much garbage as possible out of your mailbox without every losing desirable messages. | |
Using Mail Filtering?To enable mail filtering for your email account, log in to qmailadmin, select your account, and then select the "Spam" checkbox to enable spam filtering. | |
How Well Does it Work?Quite well in fact. A properly configured Mail::Toaster should not achieve less than 99% accuracy when detecting spam (junk mail) versus ham (desirably mail). Virus laden messages should always be detected and quarantined to prevent the infection of your computer. | |
How Does it Work?This is a broad overview of the technologies available in a standard Mail::Toaster and how they are used. Whether these are available or installed is the choice of the administrator so not all features may be available for you. The first level of anti-spam protection is blacklists. Blacklists are subscription lists that identify mail servers or IP addresses that are known to send spam. There are many of these available and which ones are used is up to the mail administrator. Although only about 50% effective on their own, blacklists are a very good tool for blocking spam. They are used during the SMTP conversation and thus block the sender from deliving the mail to the protected server. Because blacklists usage is very common, getting blacklisted is a major incentive for mail adminstrators to police their mail systems and keep spammers away. It's also effective because it prevents the BL protected server from wasting resources filtering and otherwise dealing with spam. The next level of protection is virus scanning. Virus laden messages should NEVER be delivered to end user mailboxes. All messages are processed through a virus scanner and infected messages are quarantined. The Mail::Toaster includes the ability to block IPs that are sending virus laden messages for a specified amount of time. Its settings are governed by the mail adminstrator. The next level of protection is SpamAssassin. SpamAssasin includes a literal plethora (hundreds) of tests that it uses to determine the probability of the message being spam. The tests include blacklist testing, message content pattern matching, checksums with databases of known spam (DCC, Pyzor, Razor), and a learning Bayesian filtering mechanism. SpamAssassin is an extremely powerful (and popular) tool for spam detection with success rates in excess of 99%. SpamAssassin processes each message and assigns the message a score and adds the X-Spam-Status header to the message. The next layer is maildrop rule processing. Maildrop handles deciding what to do with the messages after it's been through all the processors. By default, messages with a spam score higher than 5 get delivered to a Spam folder that is accessible via IMAP or webmail. Other messages get delivered to your normal mailbox. The final layer is up to the end user. The Mail::Toaster includes a mechanism that "learns" what you consider spam versus ham. This is very powerful as it gives you the ability to teach the system what is good and what isn't. The mechanism is quite simple: if a spam lands in your inbox, move it to the spam folder and if a ham lands in your Spam folder, move it to your inbox and leave it there. You have (by default) 14 days to make this determination before the system "learns" from your actions. | |
![]() |