Qmail
[Top] [All Lists]

Re: turning off rblsmtpd for domain in smtproutes

To: qmail@list.cr.yp.to
Subject: Re: turning off rblsmtpd for domain in smtproutes
From: Mattias Wikstrom <burke@yagrebu.net>
Date: Wed, 20 Dec 2006 08:23:22 +0200
Delivered-to: sp-com-lists@consult.net
Delivered-to: gmail-qmail@securepoint.com
Delivered-to: sp.com.list@gmail.com
Delivered-to: mailing list qmail@list.cr.yp.to
In-reply-to: <20061219120622.31953.qmail@mail.fehcom.net>
Mailing-list: contact qmail-help@list.cr.yp.to; run by ezmlm
Organization: Tigerbyte
References: <> <20061219120622.31953.qmail@mail.fehcom.net>
User-agent: Thunderbird 1.5.0.8 (Macintosh/20061025)
Erwin Hoffmann wrote:
=stoneport.math.uic.edu:allow (my sample line !)
=.domain1.com:allow
=.domain2.com:allow,RBLSMTP="",RELAYCLIENT="" (sample line)
:allow,RBLSMTPD=""

An empty $RBLSMTPD variable means that there will be no RBL check and thus no mail will be blocked. Setting tcpservers environment to:

:allow,RBLSMTPD=""

would in fact disable all RBL checks for all hosts except those named explicitly. The correct example should look like this if you want to disable RBL checks for domain2.com, but keep them enabled for everyone else:

=stoneport.math.uic.edu:allow
=.domain1.com:allow
=.domain2.com:allow,RBLSMTP="",RELAYCLIENT=""
:allow

A non empty $RBLSMTPD variable would block all mail from that source.

http://cr.yp.to/ucspi-tcp/rblsmtpd.html

Mattias

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