Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2003 12:19:00 -0400
From:      David Banning <david@skytracker.ca>
To:        Dan Nelson <dnelson@allantgroup.com>
Cc:        David Banning <david@skytracker.ca>
Subject:   Re: getting ordb.org to stop spam with sendmail
Message-ID:  <20030617161900.GC17961@skytrackercanada.com>
In-Reply-To: <20030617141346.GG64929@dan.emsphone.com>
References:  <20030617065209.GA9407@skytrackercanada.com> <20030617141346.GG64929@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 17, 2003 at 09:13:46AM -0500, Dan Nelson wrote:
> In the last episode (Jun 17), David Banning said:
> > I am interested in getting my server to bounce mail from open relays.
w do I test if my mailserver is actually using ORDB.org?


> > 
> > I have been to the ordb.org site. I have added the suggested line
> > to my mc files;
> > 
> > FEATURE(`dnsbl', `relays.ordb.org', ` "550 Email rejected due to sending server misconfiguration - see http://www.ordb.org/faq/\#why_rejected"')dnl
> > 
> > I have tried to test that it is working by adding;
> > 
> > 127.0.0.2              29.66.188.209.relays.ordb.org
> >  
> > to my /etc/hosts file, as my ip address is 209.188.66.299
> 
> /etc/hosts is not examined for DNS lookups.  You'll have to set up a
> fake relays.ordb.org zone in named if you want to test it on your own
> IP.

Dan, your advice seems to contradict the ordb.org website which reads;

--------
How do I test if my mailserver is actually using ORDB.org?

On Unix based systems:

Become the root user:

$ su - Edit /etc/hosts in your favourite editor: # vim /etc/hosts
Add the following line, substituting for your your local systems
inverted IP address: 

127.0.0.2 <my reversed IP address>.relays.ordb.org

Local system, in this case, refers to the host from which you will
be sending the test email.  You build an inverted IP address by
taking your real IP address (e.g. 62.243.214.83) and inverting the
octets. (e.g. 83.214.243.62).  Once you have accomplished this,
sending email to your protected mail server from your local system
should result in a rejection notice, or whatever you have configured
your system for.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030617161900.GC17961>