<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://howtoforge.com" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Anti-Spam/Virus</title>
 <link>http://howtoforge.com/taxonomy/term/24/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://howtoforge.com/rss/email/antispam-antivirus.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Anti-Spam/Virus</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://howtoforge.com/taxonomy/term/24/all</link>
 </image>

<item>
 <title>Installing ClamAV 0.93.3 From The Sources (+ Sendmail Integration) On CentOS 5.2</title>
 <link>http://howtoforge.com/installing-clamav0.93.3-from-the-sources-plus-sendmail-integration-centos5.2</link>
 <description>&lt;P&gt;&lt;B&gt;Installing ClamAV 0.93.3 From The Sources (+ Sendmail Integration) On CentOS 5.2&lt;/b&gt;&lt;/p&gt;
&lt;P&gt;This how-to refers to the installation and configuration of Clamav 0.93.3 (from sources) on a Linux server running CentOS 5.2 and sendmail. We assume the fact you’ve installed sendmail from the rpm packages of your distribution.&lt;/p&gt;&lt;a href=&quot;http://howtoforge.com/installing-clamav0.93.3-from-the-sources-plus-sendmail-integration-centos5.2&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/email/sendmail">Sendmail</category>
 <pubDate>Thu, 31 Jul 2008 15:04:01 +0200</pubDate>
 <guid>http://howtoforge.com/installing-clamav0.93.3-from-the-sources-plus-sendmail-integration-centos5.2</guid>
 <comments>http://howtoforge.com/installing-clamav0.93.3-from-the-sources-plus-sendmail-integration-centos5.2#comment</comments>
</item>
<item>
 <title>A Simple Mailserver On Arch Linux (Postfix + Dovecot)</title>
 <link>http://howtoforge.com/arch-linux-mailserver-with-postfix-and-dovecot</link>
 <description>
&lt;p&gt;&lt;b&gt;A Simple Mailserver On Arch Linux (Postfix + Dovecot)&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This tutorial describes how to install a complete mailserver using Postfix and Dovecot on an Arch Linux
machine or VPS. This specific tutorial is based on my 256MB VPS. Basic
linux knowledge is required as I&#039;m not describing every step in detail.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/arch-linux-mailserver-with-postfix-and-dovecot&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://howtoforge.com/sitemap/email">Email</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Thu, 24 Jul 2008 15:10:49 +0200</pubDate>
 <guid>http://howtoforge.com/arch-linux-mailserver-with-postfix-and-dovecot</guid>
 <comments>http://howtoforge.com/arch-linux-mailserver-with-postfix-and-dovecot#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04 LTS)</title>
 <link>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04 LTS)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a mail server based on
Postfix that is based on virtual users and domains, i.e. users and
domains that are in a MySQL database. I&#039;ll also demonstrate the
installation and configuration of Courier (Courier-POP3, Courier-IMAP),
so that Courier can authenticate against the same MySQL database
Postfix uses. The resulting Postfix server is capable of &lt;b&gt;SMTP-AUTH&lt;/b&gt; and &lt;b&gt;TLS&lt;/b&gt; and &lt;b&gt;quota&lt;/b&gt; (quota is not built into Postfix by default, I&#039;ll show how to patch your Postfix appropriately). Passwords are stored in &lt;b&gt;encrypted&lt;/b&gt;
form in the database (most documents I found were dealing with plain
text passwords which is a security risk). In addition to that, this
tutorial covers the installation of &lt;b&gt;Amavisd&lt;/b&gt;, &lt;b&gt;SpamAssassin&lt;/b&gt; and &lt;b&gt;ClamAV&lt;/b&gt; so that emails will be scanned for spam and viruses. I will also show how to install &lt;b&gt;SquirrelMail&lt;/b&gt; as a webmail interface so that users can read and send emails and change their passwords.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Tue, 20 May 2008 18:13:58 +0200</pubDate>
 <guid>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04</guid>
 <comments>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04#comment</comments>
</item>
<item>
 <title>The Perfect SpamSnake - Ubuntu 8.04 LTS</title>
 <link>http://howtoforge.com/the-perfect-spamsnake-ubuntu-8.04</link>
 <description>&lt;P&gt;&lt;B&gt;The Perfect SpamSnake - Ubuntu 8.04 LTS&lt;/b&gt;&lt;/p&gt;
&lt;P&gt;This tutorial shows how to set up an Ubuntu Hardy Heron (8.04 LTS) based server as a spamfilter in Gateway mode.&amp;nbsp;In the end, you will have a SpamSnake Gateway which will relay clean emails to your MTA.&amp;nbsp;You will also be able to view your incoming queue, train your SpamSnake and carry out a few more advanced operations via MailWatch.&lt;/p&gt;&lt;a href=&quot;http://howtoforge.com/the-perfect-spamsnake-ubuntu-8.04&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Thu, 01 May 2008 18:45:36 +0200</pubDate>
 <guid>http://howtoforge.com/the-perfect-spamsnake-ubuntu-8.04</guid>
 <comments>http://howtoforge.com/the-perfect-spamsnake-ubuntu-8.04#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Mandriva 2008.1)</title>
 <link>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-mandriva2008.1</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Mandriva 2008.1)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a Postfix mail server that is
based on virtual users and domains, i.e. users and domains that are in
a MySQL database. I will also demonstrate the installation and
configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier
can authenticate against the same MySQL database Postfix uses. In addition to that, this
tutorial covers the installation of &lt;b&gt;Amavisd&lt;/b&gt;, &lt;b&gt;SpamAssassin&lt;/b&gt; and &lt;b&gt;ClamAV&lt;/b&gt; so that emails will be scanned for spam and viruses. I will also show how to install &lt;b&gt;SquirrelMail&lt;/b&gt; as a webmail interface so that users can read and send emails and change their passwords.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-mandriva2008.1&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Sun, 13 Apr 2008 19:35:31 +0200</pubDate>
 <guid>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-mandriva2008.1</guid>
 <comments>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-mandriva2008.1#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, MailScanner, Mailwatch &amp; MySQL On CentOS 5.1</title>
 <link>http://howtoforge.com/virtual-users-domains-postfix-mailscanner-mailwatch-centos5.1</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Users And Domains With Postfix, MailScanner, Mailwatch &amp;amp; MySQL On CentOS 5.1&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to customize Falko&#039;s &quot;Virtual Users And Domains&quot; - setup
for CentOS 5.1 so that it works with MailScanner and Mailwatch. The
resulting system provides a web interface (Mailwatch) where you can
manage quarantined emails, train SpamAssassin, edit the white- and
blacklist, view configuration files and the detailed MySQL database
status ...&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/virtual-users-domains-postfix-mailscanner-mailwatch-centos5.1&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/email">Email</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Thu, 06 Mar 2008 17:59:58 +0100</pubDate>
 <guid>http://howtoforge.com/virtual-users-domains-postfix-mailscanner-mailwatch-centos5.1</guid>
 <comments>http://howtoforge.com/virtual-users-domains-postfix-mailscanner-mailwatch-centos5.1#comment</comments>
</item>
<item>
 <title>Virtual Hosting Howto With Virtualmin On CentOS 5.1</title>
 <link>http://howtoforge.com/virtual-hosting-with-virtualmin-on-centos5.1</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting Howto With Virtualmin On CentOS 5.1&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;
This tutorial shows how to set up a CentOS 5.x server to offer all
services needed by virtual web hosters. These include web hosting, smtp
server with (SMTP-AUTH and TLS, SPF, DKIM, Domainkeys), DNS, FTP,
MySQL, POP3/IMAP, Firewall, Webalizer for stats.
&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/virtual-hosting-with-virtualmin-on-centos5.1&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/control-panels">Control Panels</category>
 <category domain="http://howtoforge.com/sitemap/dns">DNS</category>
 <category domain="http://howtoforge.com/sitemap/email">Email</category>
 <category domain="http://howtoforge.com/sitemap/ftp">FTP</category>
 <category domain="http://howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Sun, 02 Mar 2008 18:34:44 +0100</pubDate>
 <guid>http://howtoforge.com/virtual-hosting-with-virtualmin-on-centos5.1</guid>
 <comments>http://howtoforge.com/virtual-hosting-with-virtualmin-on-centos5.1#comment</comments>
</item>
<item>
 <title>How To Implement Domainkeys In Postfix Using dk-milter</title>
 <link>http://howtoforge.com/how-to-implement-domainkeys-in-postfix-using-dk-milter-centos5.1</link>
 <description>&lt;p&gt;&lt;b&gt;How To Implement Domainkeys In Postfix Using dk-milter&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Domainkeys is &quot;&lt;i&gt;DomainKeys is a method of e-mail authentication.
Unlike some other methods, it offers almost end-to-end integrity from a
signing to a verifying Mail Transfer Agent (MTA). In most cases the
signing MTA acts on behalf of the sender, and the verifying MTA on
behalf of the receiver. DomainKeys is specified in Historic RFC 4870,
which is obsoleted by Standards Track RFC 4871, DomainKeys Identified
Mail (DKIM) Signatures.&lt;/i&gt;&quot; according to the wikipedia. So why a how
to on it when there is DKIM ? Well domainkeys is still actively being
used and is more widely deployed than DKIM, the developer Yahoo still
uses it to sign and verify mail although they are contributers to the
DKIM standard.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/how-to-implement-domainkeys-in-postfix-using-dk-milter-centos5.1&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Fri, 01 Feb 2008 16:53:59 +0100</pubDate>
 <guid>http://howtoforge.com/how-to-implement-domainkeys-in-postfix-using-dk-milter-centos5.1</guid>
 <comments>http://howtoforge.com/how-to-implement-domainkeys-in-postfix-using-dk-milter-centos5.1#comment</comments>
</item>
<item>
 <title>Set Up Postfix DKIM With dkim-milter</title>
 <link>http://howtoforge.com/postfix-dkim-with-dkim-milter-centos5.1</link>
 <description>&lt;p&gt;&lt;b&gt;Set Up Postfix DKIM With dkim-milter&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;DKIM is an authentication framework which stores public-keys in DNS and
digitally signs emails on a domain basis. It was created as a result of
merging Yahoo&#039;s domainkeys and Cisco&#039;s Identified Internet mail
specification. It is defined in RFC 4871.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/postfix-dkim-with-dkim-milter-centos5.1&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Wed, 30 Jan 2008 17:18:02 +0100</pubDate>
 <guid>http://howtoforge.com/postfix-dkim-with-dkim-milter-centos5.1</guid>
 <comments>http://howtoforge.com/postfix-dkim-with-dkim-milter-centos5.1#comment</comments>
</item>
<item>
 <title>Mailscanner/Exim Gateway With Communigate PRO Guide</title>
 <link>http://howtoforge.com/mailscanner-exim-gateway-with-communigate-pro</link>
 <description>&lt;p&gt;&lt;b&gt;Mailscanner/Exim Gateway With Communigate PRO Guide&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this tutorial we will be installing and setting up Mailscanner as a
mail firewall in front of a Communigate pro cluster. This tutorial has
been written for the CENTOS 5.x Linux distro but am sure it can be used
for any other Linux based system with little modifications. The system
will run with SELinux in enforcing mode.&lt;/p&gt;&lt;a href=&quot;http://howtoforge.com/mailscanner-exim-gateway-with-communigate-pro&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <pubDate>Fri, 25 Jan 2008 15:25:50 +0100</pubDate>
 <guid>http://howtoforge.com/mailscanner-exim-gateway-with-communigate-pro</guid>
 <comments>http://howtoforge.com/mailscanner-exim-gateway-with-communigate-pro#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier And MySQL (Mandriva 2008.0)</title>
 <link>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-mandriva2008.0</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Users And Domains With Postfix, Courier And MySQL (Mandriva 2008.0)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a Postfix mail server that is
based on virtual users and domains, i.e. users and domains that are in
a MySQL database. I&#039;ll also demonstrate the installation and
configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier
can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of &lt;b&gt;SMTP-AUTH&lt;/b&gt; and &lt;b&gt;TLS&lt;/b&gt; and &lt;b&gt;quota&lt;/b&gt; (quota is not built into Postfix by default, I&#039;ll show how to patch your Postfix appropriately). Passwords are stored in &lt;b&gt;encrypted&lt;/b&gt;
form in the database (most documents I found were dealing with plain
text passwords which is a security risk). In addition to that, this
tutorial covers the installation of &lt;b&gt;Amavisd&lt;/b&gt;, &lt;b&gt;SpamAssassin&lt;/b&gt; and &lt;b&gt;ClamAV&lt;/b&gt; so that emails will be scanned for spam and viruses.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-mandriva2008.0&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Sun, 13 Jan 2008 18:16:05 +0100</pubDate>
 <guid>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-mandriva2008.0</guid>
 <comments>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-mandriva2008.0#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier And MySQL (Ubuntu 6.06 LTS)</title>
 <link>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-roundcube-ubuntu-6.06</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Users And Domains With Postfix, Courier And MySQL (Ubuntu 6.06 LTS)&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;This document describes how to install a mail server based on Postfix that is based on
virtual users and domains, i.e. users and domains that are in a MySQL database. I&#039;ll also
demonstrate the installation and configuration of Courier (Courier-POP3, Courier-
IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of &lt;b&gt;SMTP-AUTH&lt;/b&gt; and &lt;b&gt;TLS&lt;/b&gt; and &lt;b&gt;quota&lt;/b&gt; (quota is
not built into Postfix by default, I&#039;ll show how to patch your Postfix appropriately).
Passwords are stored in encrypted form in the database (most documents I found were
dealing with plain text passwords which is a security risk).&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-roundcube-ubuntu-6.06&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Thu, 10 Jan 2008 12:38:10 +0100</pubDate>
 <guid>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-roundcube-ubuntu-6.06</guid>
 <comments>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-roundcube-ubuntu-6.06#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier And MySQL (CentOS 5.1)</title>
 <link>http://howtoforge.com/virtual-users-and-domains-postfix-courier-mysql-centos5.1</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Users And Domains With Postfix, Courier And MySQL (CentOS 5.1)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a Postfix mail server that is
based on virtual users and domains, i.e. users and domains that are in
a MySQL database. I&#039;ll also demonstrate the installation and
configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier
can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of &lt;b&gt;SMTP-AUTH&lt;/b&gt; and &lt;b&gt;TLS&lt;/b&gt; and &lt;b&gt;quota&lt;/b&gt; (quota is not built into Postfix by default, I&#039;ll show how to patch your Postfix appropriately). Passwords are stored in &lt;b&gt;encrypted&lt;/b&gt;
form in the database (most documents I found were dealing with plain
text passwords which is a security risk). In addition to that, this
tutorial covers the installation of &lt;b&gt;Amavisd&lt;/b&gt;, &lt;b&gt;SpamAssassin&lt;/b&gt; and &lt;b&gt;ClamAV&lt;/b&gt; so that emails will be scanned for spam and viruses.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/virtual-users-and-domains-postfix-courier-mysql-centos5.1&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Sun, 09 Dec 2007 17:56:04 +0100</pubDate>
 <guid>http://howtoforge.com/virtual-users-and-domains-postfix-courier-mysql-centos5.1</guid>
 <comments>http://howtoforge.com/virtual-users-and-domains-postfix-courier-mysql-centos5.1#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier And MySQL (Ubuntu 7.10)</title>
 <link>http://howtoforge.com/virtual-users-and-domains-with-postfix-ubuntu-7.10</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Users And Domains With Postfix, Courier And MySQL (Ubuntu 7.10)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a mail server based on
Postfix that is based on virtual users and domains, i.e. users and
domains that are in a MySQL database. I&#039;ll also demonstrate the
installation and configuration of Courier (Courier-POP3, Courier-IMAP),
so that Courier can authenticate against the same MySQL database
Postfix uses. The resulting Postfix server is capable of &lt;b&gt;SMTP-AUTH&lt;/b&gt; and &lt;b&gt;TLS&lt;/b&gt; and &lt;b&gt;quota&lt;/b&gt; (quota is not built into Postfix by default, I&#039;ll show how to patch your Postfix appropriately). Passwords are stored in &lt;b&gt;encrypted&lt;/b&gt;
form in the database (most documents I found were dealing with plain
text passwords which is a security risk). In addition to that, this
tutorial covers the installation of &lt;b&gt;Amavisd&lt;/b&gt;, &lt;b&gt;SpamAssassin&lt;/b&gt; and &lt;b&gt;ClamAV&lt;/b&gt; so that emails will be scanned for spam and viruses.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/virtual-users-and-domains-with-postfix-ubuntu-7.10&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Thu, 22 Nov 2007 17:29:59 +0100</pubDate>
 <guid>http://howtoforge.com/virtual-users-and-domains-with-postfix-ubuntu-7.10</guid>
 <comments>http://howtoforge.com/virtual-users-and-domains-with-postfix-ubuntu-7.10#comment</comments>
</item>
<item>
 <title>Adding And Updating SpamAssassin Rulesets With RulesDuJour</title>
 <link>http://howtoforge.com/adding-and-updating-spamassassin-rulesets-with-rulesdujour</link>
 <description>&lt;p&gt;&lt;b&gt;Adding And Updating SpamAssassin Rulesets With RulesDuJour&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article explains how you can download additional SpamAssassin
rulesets resp. automatically update these rulesets with a shell script
called RulesDuJour.
These additional rulesets can increase your spam recognition rate
dramatically. Most of the rulesets that RulesDuJour supports can be
found on the SA Rules Emporium web site.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/adding-and-updating-spamassassin-rulesets-with-rulesdujour&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Wed, 21 Nov 2007 11:24:39 +0100</pubDate>
 <guid>http://howtoforge.com/adding-and-updating-spamassassin-rulesets-with-rulesdujour</guid>
 <comments>http://howtoforge.com/adding-and-updating-spamassassin-rulesets-with-rulesdujour#comment</comments>
</item>
</channel>
</rss>
