If you weren’t able to succeed in integrating Active Directory into Linux, don’t worry. This page will show you how to test Kerberos authentication and join the Active Directory domain manually so you can identify the problem.
(more…)Share This
If you weren’t able to succeed in integrating Active Directory into Linux, don’t worry. This page will show you how to test Kerberos authentication and join the Active Directory domain manually so you can identify the problem.
(more…)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.
A better way to integrate Active Directory into your Linux mail server is by using Postfix’s Virtual User Accounts.
Samba 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 add the Windows File Server package located in the Servers category using the Package Manager tool.

1. Click System, select Administration and click Authentication. This will launch the Authentication Configuration window.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 Red Hat Enterprise Linux 5 and CentOS 5 and it’s ready to go out of the box. Just add it using the Package Manager tool if you haven’t done so during installation.
Installing and setting up Postfix SMTP Server in Red Hat Enterprise Linux 5 or CentOS 5 is easy. Postfix has secure default settings so we just need to open it up a bit.

1. If you did not add postfix and system-switch-mail-gnome during the CentOS installation, you can add it now using Package Manager tool.MailScanner is an open source anti-virus and anti-spam filter for email servers. The anti-virus and anti-spam portion is delegated to third party applications. This article describes how to install MailScanner.

The installation requires some packages found in RPMforge so make sure it is available in your system. Learn how to add the RPMforge repository.

To install Clam AntiVirus (ClamAV), we are going to use the precompiled binaries from the RPMforge repository. Learn how to add the RPMforge repository.
If you prefer not to use the GUI tool below, you can also install the Clam AntiVirus by typing in yum install clamd in a Terminal window.

3. Select the latest version of clamd then click Apply. Next click on Continue until it proceeds with the installation.
5. Start the clamd service. Learn how to stop and start services here.Red Hat Enterprise Linux 5 and its derivative CentOS 5 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.

1. Click System, select Administration and click Security Level and Firewall. This will launch the Security Level Configuration window.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.

1. If you did not add Web Server and squirrelmail during installation, you can add it now. Using the Package Manager tool, add the Web Server package in the Servers category. Also add the optional package squirrelmail located in the Mail Server package under the category Servers.Installing and setting up Dovecot in Red Hat Enterprise Linux 5 or CentOS 5 is easy. All we have to do is to enable the services we would like to provide and we are good to go.

1. If you did not add dovecot during the CentOS installation, you can add it now using Package Manager.Enabling SMTP authentication in Postfix ensures that only users with valid accounts can send email outside your network (relaying). This prevents spammers from using your SMTP server as a spam broadcast station. Here’s how to do it in Postfix.
(more…)