HowtoForge provides user-friendly Linux tutorials.

  • How To Compile A Kernel - The SuSE Way

    Author: Falko TimmeTags: , Comments: 4

    How To Compile A Kernel - The SuSE Way Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on SuSE systems. It describes how to build a custom kernel using the latest unmodified kernel sources from www.kernel.org (vanilla kernel) so that you are independent from the kernels supplied by your distribution. It also shows how to patch the kernel sources if you need features that are not in there.

  • Step-by-Step IPP based Print Server using CUPS

    Author: ganesh35Tags: Comments: 6

    Step-by-Step IPP based Print Server using CUPS  This tutorial describes how to install a Linux print server with CUPS. It also covers the installation and configuration of printer drivers on the print server as well as the printer setup on a Windows 2000 client.

  • How To Compile A Kernel - The Fedora Way

    Author: Falko TimmeTags: , Comments: 18

    How To Compile A Kernel - The Fedora Way Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on Fedora systems. It describes how to build a custom kernel using the latest unmodified kernel sources from www.kernel.org (vanilla kernel) so that you are independent from the kernels supplied by your distribution. It also shows how to patch the kernel sources if you need features that are not in there.

  • Racoon Roadwarrior Configuration

    Author: matija.zemanTags: , Comments: 0

    Racoon Roadwarrior Configuration Racoon Roadwarrior is a client that uses unknown, dynamically assigned IP addresses to connect to a VPN gateway (in this case also firewall). This is one of the most interesting and today most needed scenarios in business environment. This tutorial shows how to configure Racoon Roadwarrior.

  • Integrate Thunderbird with Active Directory

    Author: artaxerxesTags: Comments: 2

    Integrate Thunderbird with Active Directory To integrate Thunderbird to the AD, you must already have installed and configured Kerberos and Samba so that you can use the net ads to obtain the information you need. There are a lot of documentation out there to get to that point. I will just highlight the main points for the sake of completeness.

  • SIEVE Language for Mail Filtering Quick Guide

    Author: alinapTags: Comments: 3

    SIEVE Language for Mail Filtering Quick Guide SIEVE is a language created and used for mail filtering that broadens the filtering options generally provided by mail servers or Antispam/Antivirus applications. They work basically by comparing different keys using different comparators and comparison methods, against headers of a mail message. Based on the result of the comparison, you can apply different actions to the corresponding mail message, i.e. reject, discard, redirect, etc.

  • Virtual Users And Domains With Postfix, Courier And MySQL (+ SMTP-AUTH, Quota, SpamAssassin, ClamAV)

    apache VMWare Image Download Author: Falko TimmeTags: , , Comments: 71

    Virtual Users And Domains With Postfix, Courier And MySQL (+ SMTP-AUTH, Quota, SpamAssassin, ClamAV) 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'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.

  • Virtual Users And Domains With Postfix, Courier And MySQL (Fedora Core 5)

    apache Author: Falko TimmeTags: , , Comments: 10

    Virtual Users And Domains With Postfix, Courier And MySQL (Fedora Core 5) 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'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. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses.

  • Mandriva 2005 Postfix Anti-Spam, Anti-Virus Relay Server for Exchange Server 2000/2003

    Author: deeztechTags: , Comments: 5

    Mandriva 2005 Postfix Anti-Spam, Anti-Virus Relay Server for Exchange Server 2000/2003 There are a couple of linux how-tos floating on the Internet that deal with this very subject. As a matter of fact, those guides are what inspired to write this one. In the spirit of keeping it simple, let me recommend the Mandrake or as it’s currently known Mandriva Linux distro. This guide has been written with this distro in mind.

  • Postfix Spam Filter using Ubuntu Dapper, MailScanner, SpamAssassin, Razor, Pyzor, DCC and ClamAV

    Author: fdalmoroTags: , Comments: 18

    Postfix Spam Filter using Ubuntu Dapper, MailScanner, SpamAssassin, Rayzor, Pyzor, DCC and ClamAV This is a similar version of the HOWTO that can be found here: http://www200.pair.com/mecham/spam/spamfilter20050628.html. Except for using Ubuntu Server instead of Debian and MailScanner instead of Amavisd, the Postfix, Rayzor, Pyzor, DCC and ClamAV sections are almost the same.