VMware Images:
|
Virtual Users And Domains With Postfix, MailScanner, Mailwatch & MySQL On CentOS 5.1
|
Submitted by o.meyer (Contact Author) (Forums) on Thu, 2008-03-06 17:59. :: Anti-Spam/Virus | CentOS | Email | Postfix
Virtual Users And Domains With Postfix, MailScanner, Mailwatch & MySQL On CentOS 5.1Version 1.0 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 ... This howto is a practical guide without any warranty - it doesn't cover the theoretical backgrounds. There are many ways to set up such a system - this is the way I chose.
1 Preparation Part IOpen http://www.howtoforge.com/virtual-users-and-domains-postfix-courier-mysql-centos5.1 and follow steps 1 - 10.
2 Preparation Part II2.1 Install ClamAVyum -y install clamav clamd unrar
2.2 Language Configurationvi /etc/sysconfig/i18n Change: LANG="en_US.UTF-8" To: LANG="en_US"
2.3 Get MailscannerPlease have a look at http://www.mailscanner.info/downloads.html to find out which is the latest version. When I was writing this howto, it was version 4.66.5-3. cd /tmp/
3 Install Mailscannercd /tmp/MailScanner-4.66.5-3 This will take a while...
4 Mailscanner Configurationmv MailScanner.conf MailScanner.conf.orig Change some parameters so that they look like this: Run As User = postfix mkdir /var/spool/MailScanner/spamassassin/
5 Install SpamassassinThe MailScanner manual recommends to install spamassassin from .tar.gz or via perl shell. Some users reported problems with the .rpm-version. perl -MCPAN -e shell Answer "no" when you're asked if you are ready for manual configuration. Enter the following within the perl shell: o conf prerequisites_policy ask Answer "no" when you're asked if you want to enable the online tests. install Mail::SpamAssassin
6 Postfix Configurationtouch /etc/postfix/header_checks Add the following line: header_checks = regexp:/etc/postfix/header_checks Afterwards stop postfix & sendmail and start ClamAV. chkconfig postfix off
|




print: 
Recent comments
11 hours 54 min ago
13 hours 5 min ago
16 hours 37 min ago
19 hours 49 min ago
20 hours 49 min ago
22 hours 4 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 5 hours ago
1 day 7 hours ago