<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.com" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Security</title>
 <link>http://www.howtoforge.com/taxonomy/term/9/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.com/rss/security.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Security</title>
  <url>http://www.howtoforge.com/images/howtoforge_rss.png</url>
  <link>http://www.howtoforge.com/taxonomy/term/9/all</link>
 </image>

<item>
 <title>How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04</title>
 <link>http://www.howtoforge.com/how-to-configure-apache-to-use-radius-for-two-factor-authentication-on-ubuntu-12.04</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;56&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/apache.gif&quot; width=&quot;53&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to add WiKID two-factor authentication to Apache 2.2.22 using mod_auth_radius on Ubuntu 12.04. It is also recommended that you consider using mutual https authentication for web applications that are worthy of two-factor authentication. Strong mutual authentication means that the targeted website is authenticated to the user in some cryptographically secure manner, thwarting most man-in-the-middle attacks.  The use of cryptography is key. While some sites use an image in an attempt to validate a server, it should be noted that any man-in-the-middle could simply replay such an image.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Wed, 16 May 2012 18:04:15 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-configure-apache-to-use-radius-for-two-factor-authentication-on-ubuntu-12.04</guid>
 <comments>http://www.howtoforge.com/how-to-configure-apache-to-use-radius-for-two-factor-authentication-on-ubuntu-12.04#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 12.04 LTS)</title>
 <link>http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-ubuntu-12.04-lts</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 12.04 LTS)&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, 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;. Passwords are stored in &lt;b&gt;encrypted&lt;/b&gt;
 form in the database. 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;. I will also show how to install &lt;b&gt;SquirrelMail&lt;/b&gt; as a webmail interface.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/email">Email</category>
 <category domain="http://www.howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Tue, 08 May 2012 19:31:22 +0200</pubDate>
 <guid>http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-ubuntu-12.04-lts</guid>
 <comments>http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-ubuntu-12.04-lts#comment</comments>
</item>
<item>
 <title>Encrypt Your Data With EncFS (Debian Squeeze/Ubuntu 11.10)</title>
 <link>http://www.howtoforge.com/encrypt-your-data-with-encfs-debian-squeeze-ubuntu-11.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Encrypt Your Data With EncFS  (Debian Squeeze/Ubuntu 11.10)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;EncFS 
provides an encrypted filesystem in user-space. It runs without any 
special permissions and uses the FUSE library and Linux kernel module to
 provide the filesystem interface. It is a pass-through filesystem, not 
an encrypted block device, which means it is created on top of an 
existing filesystem. This tutorial shows how you can use EncFS on Debian
 Squeeze/Ubuntu 11.10 to encrypt your data.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <category domain="http://www.howtoforge.com/sitemap/storage">Storage</category>
 <pubDate>Mon, 07 May 2012 18:16:15 +0200</pubDate>
 <guid>http://www.howtoforge.com/encrypt-your-data-with-encfs-debian-squeeze-ubuntu-11.10</guid>
 <comments>http://www.howtoforge.com/encrypt-your-data-with-encfs-debian-squeeze-ubuntu-11.10#comment</comments>
</item>
<item>
 <title>How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian Squeeze</title>
 <link>http://www.howtoforge.com/how-to-integrate-clamav-into-pureftpd-for-virus-scanning-on-debian-squeeze</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian Squeeze&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how you can integrate ClamAV into PureFTPd for
 virus scanning on a Debian Squeeze system. In the end, whenever a file 
gets uploaded through PureFTPd, ClamAV will check the file and delete it
 if it is malware.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Mon, 30 Apr 2012 21:11:11 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-integrate-clamav-into-pureftpd-for-virus-scanning-on-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/how-to-integrate-clamav-into-pureftpd-for-virus-scanning-on-debian-squeeze#comment</comments>
</item>
<item>
 <title>AVG Antivirus For Linux/FreeBSD Plus Qmail Mail Server</title>
 <link>http://www.howtoforge.com/avg-antivirus-for-linux-freebsd-plus-qmail-mail-server</link>
 <description>
&lt;p&gt;&lt;b&gt;AVG Antivirus For Linux/FreeBSD Plus Qmail Mail Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to deploy AVG Antivirus for Linux/FreeBSD to the Qmail mail server.
  It is usable for AVG version 8.5, 10 and 2012.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://www.howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://www.howtoforge.com/sitemap/email">Email</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <category domain="http://www.howtoforge.com/sitemap/freebsd">FreeBSD</category>
 <pubDate>Fri, 27 Apr 2012 15:10:49 +0200</pubDate>
 <guid>http://www.howtoforge.com/avg-antivirus-for-linux-freebsd-plus-qmail-mail-server</guid>
 <comments>http://www.howtoforge.com/avg-antivirus-for-linux-freebsd-plus-qmail-mail-server#comment</comments>
</item>
<item>
 <title>Remotely Unlock Fully Encrypted Debian Squeeze  </title>
 <link>http://www.howtoforge.com/remotely-unlock-fully-encrypted-debian-squeeze</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Remotely Unlock Fully Encrypted Debian Squeeze&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;In the past I have written several howtos for remotely unlocking 
fully encrypted Debian installations. With the advent of Debian Squeeze,
 the developers have integrated a simple way to do so. Most stuff is 
provided directly by Debian itself - meaning you don&#039;t need 3rd party 
scripts anymore. However it still involves a few steps which I describe 
below. Also I provide you with a bash script that will do all the steps 
automatically.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Mon, 16 Apr 2012 17:10:39 +0200</pubDate>
 <guid>http://www.howtoforge.com/remotely-unlock-fully-encrypted-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/remotely-unlock-fully-encrypted-debian-squeeze#comment</comments>
</item>
<item>
 <title>Configuring DNSSEC On BIND9 (9.7.3) On Debian Squeeze/Ubuntu 11.10</title>
 <link>http://www.howtoforge.com/configuring-dnssec-on-bind9-9.7.3-on-debian-squeeze-ubuntu-11.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Configuring DNSSEC On BIND9 (9.7.3) On Debian Squeeze/Ubuntu 11.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can configure DNSSEC on BIND9 (version 
9.7.3 that comes with Debian Squeeze/Ubuntu 11.10) on Debian Squeeze and
 Ubuntu 11.10. It covers how to enable DNSSEC on authoritative 
nameservers (master and slave) and on resolving nameservers, creation of
 keys (KSKs and ZSKs), signing of zones, key rolling with rollerd, zone 
file checking with donuts, creation of trust anchors, using DLV (DNSSEC 
look-aside validation), and getting your DS records into the parent&#039;s 
zone.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/dns/bind">BIND</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/dns">DNS</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Sun, 15 Apr 2012 20:32:17 +0200</pubDate>
 <guid>http://www.howtoforge.com/configuring-dnssec-on-bind9-9.7.3-on-debian-squeeze-ubuntu-11.10</guid>
 <comments>http://www.howtoforge.com/configuring-dnssec-on-bind9-9.7.3-on-debian-squeeze-ubuntu-11.10#comment</comments>
</item>
<item>
 <title>Web Filtering On Squid Proxy</title>
 <link>http://www.howtoforge.com/web-filtering-on-squid-proxy</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Web Filtering On Squid Proxy&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This HOWTO describes how to protect your home / small enterprise network 
   users from objectionable internet contents with help of HTTP proxy. Our goal 
   is to set up a free Linux based server running Squid and deploy web 
   filtering application on it saving bandwidth, speeding up web access and 
   blocking obsessive and potentially illegal and malicious web files.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Wed, 11 Apr 2012 17:17:03 +0200</pubDate>
 <guid>http://www.howtoforge.com/web-filtering-on-squid-proxy</guid>
 <comments>http://www.howtoforge.com/web-filtering-on-squid-proxy#comment</comments>
</item>
<item>
 <title>How To Integrate ClamAV Into PureFTPd For Virus Scanning On CentOS 6.2</title>
 <link>http://www.howtoforge.com/how-to-integrate-clamav-into-pureftpd-for-virus-scanning-on-centos-6.2</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;How To Integrate ClamAV Into PureFTPd For Virus Scanning On CentOS 6.2&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how you can integrate ClamAV into PureFTPd for
 virus scanning on a CentOS 6.2 system. In the end, whenever a file gets
 uploaded through PureFTPd, ClamAV will check the file and delete it if 
it is malware.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Fri, 30 Mar 2012 17:27:04 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-integrate-clamav-into-pureftpd-for-virus-scanning-on-centos-6.2</guid>
 <comments>http://www.howtoforge.com/how-to-integrate-clamav-into-pureftpd-for-virus-scanning-on-centos-6.2#comment</comments>
</item>
<item>
 <title>Running LinOTP On CentOS 6.2</title>
 <link>http://www.howtoforge.com/running-linotp-on-centos-6.2</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Running LinOTP On CentOS 6.2&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This howto will show how you can set up LinOTP on CentOS 6.2. LinOTP 
is a modular and flexible solution for two factor authentication with 
one time passwords. This howto uses the community packages that are 
available at the python package index PyPI.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Mon, 26 Mar 2012 17:39:35 +0200</pubDate>
 <guid>http://www.howtoforge.com/running-linotp-on-centos-6.2</guid>
 <comments>http://www.howtoforge.com/running-linotp-on-centos-6.2#comment</comments>
</item>
<item>
 <title>How To Configure PureFTPd To Accept TLS Sessions On CentOS 6.2</title>
 <link>http://www.howtoforge.com/how-to-configure-pureftpd-to-accept-tls-sessions-on-centos-6.2</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;How To Configure  PureFTPd To Accept TLS Sessions On CentOS 6.2&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;FTP is a very insecure protocol because all passwords and all data 
are transferred in clear text. By using TLS, the whole communication can
 be encrypted, thus making FTP much more secure. This article explains 
how to configure PureFTPd to accept TLS sessions on a CentOS 6.2 server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Fri, 23 Mar 2012 13:46:50 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-configure-pureftpd-to-accept-tls-sessions-on-centos-6.2</guid>
 <comments>http://www.howtoforge.com/how-to-configure-pureftpd-to-accept-tls-sessions-on-centos-6.2#comment</comments>
</item>
<item>
 <title>Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMail</title>
 <link>http://www.howtoforge.com/build-a-free-full-featured-mail-server-on-gentoo-linux-with-iredmail</link>
 <description>&lt;p&gt;&lt;b&gt;Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMail&lt;/b&gt;&lt;/p&gt;
    
    
&lt;p&gt;We&#039;re going to set up a free, full-featured mail server on Gentoo 
Linux, all mail service related components are free and open source, and
 you own all data. The installation process is extremly easy and smooth.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://www.howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/email">Email</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Wed, 07 Mar 2012 16:50:32 +0100</pubDate>
 <guid>http://www.howtoforge.com/build-a-free-full-featured-mail-server-on-gentoo-linux-with-iredmail</guid>
 <comments>http://www.howtoforge.com/build-a-free-full-featured-mail-server-on-gentoo-linux-with-iredmail#comment</comments>
</item>
<item>
 <title>Setting Up ProFTPd + TLS On Ubuntu 11.10 (Oneiric Ocelot)</title>
 <link>http://www.howtoforge.com/setting-up-proftpd-tls-on-ubuntu-11.10-oneiric-ocelot</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Setting Up ProFTPd + TLS On Ubuntu 11.10 (Oneiric Ocelot)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;FTP is a very insecure protocol because all passwords and all data
are transferred in clear text. By using TLS, the whole communication
can be encrypted, thus making FTP much more secure. This article
explains how to set up ProFTPd with TLS on an Ubuntu 11.10 server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Fri, 02 Mar 2012 17:21:07 +0100</pubDate>
 <guid>http://www.howtoforge.com/setting-up-proftpd-tls-on-ubuntu-11.10-oneiric-ocelot</guid>
 <comments>http://www.howtoforge.com/setting-up-proftpd-tls-on-ubuntu-11.10-oneiric-ocelot#comment</comments>
</item>
<item>
 <title>AVG Antivirus For Linux/FreeBSD Plus Sendmail Mail Server</title>
 <link>http://www.howtoforge.com/avg-antivirus-for-linux-freebsd-plus-sendmail-mail-server</link>
 <description>
&lt;p&gt;&lt;b&gt;AVG Antivirus For Linux/FreeBSD Plus Sendmail Mail Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to deploy AVG Antivirus for Linux/FreeBSD to the Sendmail mail server. It is usable for AVG version 8.5, 10 and 2012.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://www.howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://www.howtoforge.com/sitemap/email">Email</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <category domain="http://www.howtoforge.com/sitemap/freebsd">FreeBSD</category>
 <pubDate>Fri, 17 Feb 2012 18:10:58 +0100</pubDate>
 <guid>http://www.howtoforge.com/avg-antivirus-for-linux-freebsd-plus-sendmail-mail-server</guid>
 <comments>http://www.howtoforge.com/avg-antivirus-for-linux-freebsd-plus-sendmail-mail-server#comment</comments>
</item>
<item>
 <title>Changing Apache Server Name To Whatever You Want With mod_security On Debian 6</title>
 <link>http://www.howtoforge.com/changing-apache-server-name-to-whatever-you-want-with-mod_security-on-debian-6</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;56&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/apache.gif&quot; width=&quot;53&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Changing Apache Server Name To Whatever You Want With mod_security On Debian 6&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;In this tutorial I want to focus on how to change the Apache server name to whatever 
  you want, so you can give your own name or sentence to Apache server headers that 
  are sent to whois programs or websites, for example you can type &quot;YTS&quot;,&quot;GWS&quot; or 
&quot;Microsoft-IIS/7.0&quot; to misguide the hacker to guess which Linux OS or which 
version of Apache you are using.&lt;/p&gt;</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Fri, 10 Feb 2012 15:58:20 +0100</pubDate>
 <guid>http://www.howtoforge.com/changing-apache-server-name-to-whatever-you-want-with-mod_security-on-debian-6</guid>
 <comments>http://www.howtoforge.com/changing-apache-server-name-to-whatever-you-want-with-mod_security-on-debian-6#comment</comments>
</item>
</channel>
</rss>

