March 2007


Active Directory has a type of grouping called Distribution group used solely as an email distribution list. This page will show you how to use the distribution group as a mailing list for Postfix. But first, you need to upgrade Postfix to version 2.4 or higher. Download Postfix RPM Packages.

(more…)
Share This

The Unix world has two ways of storing mail messages, the traditional mbox format and the newer maildir format. Postfix and Dovecot supports the two mail storage format so you can use any format, but I highly recommend you use the maildir format.

(more…)
Share This

This page will show you how to join your Linux server into the Active Directory domain, how to integrate the Active Directory user accounts into the Linux user accounts and how to authenticate users in Active Directory using Winbind, a component of Samba.

NoteSamba is installed by default when you select the Server installation type during the installation process. In case you need to install or reinstall it, just select the Windows File Server package in the Package Management tool.

Setup and Configure Winbind

Authentication1. Click Applications, select System Settings and click Authentication. This will launch the Authentication Configuration window.
(more…)
Share This

Red Hat Enterprise Linux 4 and its derivative CentOS 4 includes a graphical tool called Security Level Configuration for configuring the firewall options. This guide describes how to use this tool to open up the ports necessary for providing an email server.

Security Level1. Click Applications, select System Settings and click Security Level. This will launch the Security Level Configuration window.
(more…)
Share This

For more efficient virus scanning in MailScanner, we can use the Perl ClamAV Module. To do this, we need to install the required Perl modules. Here are the steps to do this.

Terminal1. In the Terminal window, type in the commands below.
perl -MCPAN -e shell

This will activate the interactive mode for locating, download and building perl modules from CPAN sites. CPAN stands for Comprehensive Perl Archive Network. CPAN sites contains a large collection of Perl softwares and documentations.

(more…)
Share This

This page will guide you in configuring MailScanner, ClamAV and SpamAssassin to work in Postfix. Before proceeding, please make sure that all of the above components are already installed.

Here are the installation guides for the above components.

SpamAssassin is included in CentOS 4 and ready to go out of the box. Just add it using the Package Management tool if you haven’t done so during CentOS installation. SpamAssassin is located in the Mail Server package.

Configuring MailScanner

MailScanner Config1. Edit the file /etc/MailScanner/MailScanner.conf
(more…)
Share This

To install MailScanner, we are going to download the latest source code from the MailScanner web site and build it. For this to work, it needs the Development Tools package. If you did not include this during installation, you must add it now. Learn how to add or remove applications here.

Getting MailScanner

Firefox
1. Click the globe icon at the top near the Actions menu to launch the Firefox web browser.
 
If an error occurs, you probably did not install the Graphical Internet package. You can add it now using the Package Management tool.
(more…)
Share This

To install Clam AntiVirus (ClamAV), we are going to use the precompiled binaries from Dag Wieers RPM packages for Red Hat, RHEL, CentOS and Fedora. To do this, we are going to configure Yum to look for the ClamAV packages in Dag’s repository.

Adding Dag Wieers RPM Repository to Yum

CentOS 4 Terminal1. Click Applications, select System Tools and click Terminal. This will launch the Terminal window. Type in the command cd /etc/yum.repos.d and press Enter. This will bring us to the Yum repository configuration directory.
(more…)
Share This

In Linux, new user accounts automatically receive mail accounts. Here are the steps for adding new users in Red Hat Enterprise Linux 4 or CentOS 4.

User Manager1. Click Applications then select System Settings and click Users and Groups. This will launch the User Manager window.
(more…)
Share This

SquirrelMail is an open source standards-based webmail package written in PHP. When installed, SquirrelMail is ready out of the box. All it needs is an installed web server like Apache, SMTP server like Postfix, and IMAP server like Dovecot.

Here are the installation guides for Postfix and Dovecot.

Starting the Web Server

Package Management1. If you did not add Web Server and squirrelmail during the CentOS installation, you can add it now. Using the Package Management tool, add the Web Server package. Also add squirrelmail located inside the Mail Server package.
(more…)
Share This

Next Page »