Re: [Exim] rejected messages

Página Inicial
Delete this message
Reply to this message
Autor: Gary Peltola
Data:  
Para: Exim Users
Assunto: Re: [Exim] rejected messages
i added the configuration area at http://www.exim.org/howto/rbl.html to my exim, restarted, its been running on 2 of my servers for
about 12 hours now. both get quite alot of email, i did the grep thing, nothing

how do i test this to make sure RBL email is being rejected?


--------------------------------------------------------
Gary Peltola


----- Original Message -----
From: "Jeremy C. Reed" <reed@???>
To: "Jeroen Valcke" <jeroen@???>
Cc: <exim-users@???>
Sent: Saturday, February 09, 2002 3:01 PM
Subject: Re: [Exim] rejected messages


On Sat, 9 Feb 2002, Jeroen Valcke wrote:

> I configured Exim to reject some messages when the mailserver appears in
> blackhole lists ala www.ordb.org (also www.spamhaus.org)
> I searched throught the exim logs but can't find any rejected messages.
> Checked the main exim log and the reject log. How can I distinguish
> rejected msgs in the logs?


The rejected logs from (the mainlog) look like:

2002-02-03 19:06:35 recipients refused from [195.17.242.40] (RBL
relays.ordb.org)

The rejectlog has same format, e.g.:

2002-02-03 14:45:00 recipients refused from chaca1.interonda.com.ar
[200.5.116.82] (RBL relays.ordb.org)

So grep for "RBL".

Jeremy C. Reed

p.s. RBL works great!

 ./rblstats < /var/log/exim/exim_mainlog
Top 10 bad mail servers blocked:
        1493     65.121.184.26
        505      216.38.221.91
        343      209.145.65.12
        298      195.117.20.130
        210      216.34.72.68
        182      216.34.74.50
        146      64.37.114.73
        139      216.220.10.123
        130      64.37.121.131
        125      64.37.114.78
Total 2942 bad mail servers blocked.


Refusals per Realtime Blackhole List:
        7629     relays.ordb.org
        4156     spews.relays.osirusoft.com
        1417     inputs.orbz.org


Total 13202 bad mail server connections refused.


--

## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##