mo.homelinux.net

HowTo

This ist HowTo setup MySQL mutli-master replication for fail-over scenarios, a basic step by step guide for setting up a replication system where all nodes act as master and slave at the same time, with a built-in fail-over mechanism.
This can be very useful for sharing SpamAssassin's and dspam's Bayes data and amavisd-new's SQL lookups and storage between mailgateways ;)

Continue reading...

date: 08/21/2008

This HowTo describes the setup of a Gentoo based spam and virus filtering mailgateway. This server is meant to run in front of the servers keeping the mail accounts i.e. Zarafa, Lotus Notes or Microsoft Exchange.
The MTA is postfix which will listen on port 25 for inbound mail. Recieved mails are forwarded to amavisd-new on port 10024. Amavisd-new filters the mail for virii and spam before passing it back to Postfix on port 10025 for final delivery.
In this Setup ClamAV is used for virusscans, if a virus is found the mail is discarded or optional quarantined, if no virus is found the mail first runs through dspam and afterwards through Spamassassin for antispam. dspam gets better detection rates than SpamAssassin's Bayes filter, it writes it's headers which will then be scored by SpamAssassin together with some other tests.

Continue reading...

We don't want to do cleartext authentication against a POP3 or IMAP server and fetch the e-mail unencrypted.

Fetchmail will be configured for ssl to encrypt the communication to the corresponding server.

Continue reading...

If you want to try out some multipath configurations, VMWare server has again a nice feature where you can make a vmdk available over more than one path.

Continue reading...