Linux Tutorials on the topic “centos”
-
Virtual Users And Domains With Postfix, MailScanner, Mailwatch & MySQL On CentOS 5.1
Author: o.meyer • Tags: postfix, antivirus, centos, email • Comments: 0Virtual Users And Domains With Postfix, MailScanner, Mailwatch & MySQL On CentOS 5.1 This document describes how to customize Falko's "Virtual Users And Domains" - 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 ...
-
How To Implement Domainkeys In Postfix Using dk-milter
Author: topdog • Tags: antivirus, centos, postfix • Comments: 8How To Implement Domainkeys In Postfix Using dk-milter Domainkeys is "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." 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.
-
CentOS 5 - Home Gateway Firewall With DHCP Server For Connection Sharing
Author: unclecameron • Tags: centos • Comments: 10CentOS 5 - Home Gateway Firewall With DHCP Server For Connection Sharing If you're trying to set up a home network, you probably want to set up a permiter facing computer connected to your DSL/Cable modem, and then put all of your computers behind that firewall box to keep them safe. This tutorial will show you how to use a single external connection on the gateway computer (using Iptables firewall), and a second internal connection on the same box so you can connect the computers on the inside of your home/office to it.
-
-
How To Configure ISP Mail Server With Virtual Users/Domain On Centos 4.5 Using Postfix, Dovecot, MySQL, phpMyAdmin, TLS/SSL
Author: babarsaleem • Tags: centos, postfix • Comments: 1How To Configure ISP Mail Server With Virtual Users/Domain On Centos 4.5 Using Postfix, Dovecot, MySQL, phpMyAdmin, TLS/SSL This tutorial describes how to set up a mail server where Postfix is the SMTP service, and Dovecot provides IMAP and POP services. The users are virtual and user information is stored in a MySQL database.
-
Installation Guide: CentOS 5.1 Desktop
Author: o.meyer • Tags: centos, desktop • Comments: 2Installation Guide: CentOS 5.1 Desktop This document describes how to set up a CentOS 5.1 desktop. The result is a fast, secure and extendable system that provides all you need for daily work and entertainment.
-
Virtual Users And Domains With Postfix, Courier And MySQL (CentOS 5.1)
Author: Falko Timme • Tags: antivirus, centos, postfix • Comments: 19
Virtual Users And Domains With Postfix, Courier And MySQL (CentOS 5.1) 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'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 SMTP-AUTH and TLS and quota (quota is not built into Postfix by default, I'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). In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses.
-
How To Install courier-imap, courier-authlib, And maildrop On Fedora, RedHat, CentOS
Author: Falko Timme • Tags: fedora, centos • Comments: 14How To Install courier-imap, courier-authlib, And maildrop On Fedora, RedHat, CentOS For some reason there are no Courier packages (courier-imap, courier-authlib, maildrop) available on RedHat-based distributions (RedHat, Fedora, CentOS), and the only third-party repository that had such packages seems to have closed (enlartenment.com). Therefore this tutorial explains how you can create and install your own Courier rpm packages from the sources, and I provide download links for my Courier rpm packages that I compiled on Fedora 8 (i386) so that you can save some time.
-
Creating A Local Yum Repository (CentOS)
Author: thim • Tags: centos • Comments: 21Creating A Local Yum Repository (CentOS) Sometimes it can be handy to set up your own repository to prevent from downloading the remote repository over and over again. This tutorial shows how to create a CentOS mirror for your local network. If you have to install multiple systems in your local network then all needed packages can be downloaded over the fast LAN connection, thus saving your internet bandwidth.
-
Configuring A High Availability Cluster (Heartbeat) On CentOS
Author: babarsaleem • Tags: centos • Comments: 47Configuring A High Availability Cluster (Heartbeat) On CentOS This guide shows how you can set up a two node, high-availability HTTP cluster with heartbeat on CentOS. Both nodes use the Apache web server to serve the same content.
-
Installing HP Systems Insight Manager On CentOS
Author: mastrboy • Tags: centos, linux, monitoring • Comments: 1Installing HP Systems Insight Manager On CentOS HP Systems Insight Manager is a free tool from HP that can monitor your network and receive SNMP Traps. It's an excellent trap manager but also a system resource hog.