Qmail-LDAP
[Top] [All Lists]

Re: Qmail-ldap greylist support

To: qmail-ldap@qmail-ldap.org
Subject: Re: Qmail-ldap greylist support
From: Ramdas <ramdas.phutane@gmail.com>
Date: Fri, 15 Dec 2006 15:00:00 +0530
Delivered-to: sp-com-lists@consult.net
Delivered-to: qmail-ldap-list@securepoint.com
Delivered-to: mailing list qmail-ldap@qmail-ldap.org
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nvd84Q8CcqOIig6vMYm4QHFCyCc16+aLO0sYU6c7kbDHQqdbEtYN006jVpz4yrZY5yqOLc4bKfOk+OsnhcT7XtnnHDZTUoG/iPhfJZs+jxdlwds9wedZHf96oJWhG1sC3yN/o/AsjUdISDAoVZPBEdfk/JfH23QqaWxq9SogBJM=
In-reply-to: <457EBEAA.8080500@ticom.com>
Mailing-list: contact qmail-ldap-help@qmail-ldap.org; run by ezmlm
References: <7f05badc0612120332x43839fa1sec510257a21c26f5@mail.gmail.com> <457EBEAA.8080500@ticom.com>
On 12/12/06, Mark Farver <mfarver@ticom.com> wrote:
I recommend replacing qmail-smtpd with qpsmtpd.  qpsmtpd is
also written in Perl, but it is fast and a number of high
volume sites utilize it.  (Apache.com and perl.com IIRC)

http://smtpd.develooper.com/

qpsmtpd has a plugin for greylisting, and a number of other
useful plugins for antispam.  earlytalker, spamassassin
and my personal favorite, p0f (passive OS fingerprint) support.
The plugin system is so well written that even Perl novices
(like me) can create plugins.

You will need the rcpt_ldap plugin so you can reject mail to
invalid recipients. http://wiki.qpsmtpd.org/plugins

I noticed a lot of our spam was arriving with "Delivered-To"
headers already set to my user and server.  qmail-local will
then bounce the message as a message loop, usually to a forged
From address.  I wrote a short plugin that rejects incoming
messages with my delivered to header, essentially forcing the
other server (usually the spammer) to bounce the looping message.

Adding qpsmtpd, and spamassassin during smtp means I am now
rejecting 95% of incoming mail during the SMTP transaction.  My
mail server has essentially no load processing 10,000 messages
per day.  (A light workload, I admit)

Mark Farver




OK,

Thanx for all the responses ;)

I am proceeding with my OpenBSD setup.
Thanx & Regards
Ram

<Prev in Thread] Current Thread [Next in Thread>