Re: [EXIM] Reverse RBL

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Microwave Systems Eximlist Exploder
Fecha:  
A: David M Walker
Cc: Exim Users Mailing List
Asunto: Re: [EXIM] Reverse RBL

Keep in mind that the hosts listed as MX for any particular domain, may
have nothing do to with the SMTP relays used by individuals with
mailboxes in that domain to send out mail. Sometimes relays are used
for tons of domains, for backup MX, or outbound relay. There really
isnt any easy way to corrospond a recipient domain, with the SMTP relay
that that recipient will use when they are a sender. Given this, your
idea, while perhaps a good one, really won't work.

On Sat, 19 Jun 1999, David M Walker wrote:

> I can see your point, we use:
>
>     rbl.maps.vix.com    Spammers
>     dul.maps.vix.com    Dial Up
>     dssl.imrss.org        Dial Up
>     relays.orbs.org        Open Relays
>     mr-out.imrss.org    Open Relays

>
> I would like to use this type for the Spammers and the Open Relays.
> I know that over time these techniques will become obsolete, but
> the game is all about short term wins and for us this is one of
> another win those.
>
> I was thinking of something like:
>
> # RBL's to use
> outbound_rbl_domains    = "rbl.maps.vix.com/reject : \
>                            relays.orbs.org/warn    : \
>                            mr-out.imrss.org/warn   "
> # RBL entries to ignore
> outbound_rbl_hosts      = "! my_customers          : \
>                            *                       "
> # Send a message to the user warning them
> outbound_rbl_sender_warning    = true
> # Log the fact in the file
> outbound_rbl_log                = true
> # Put a warning message in the header for the recipient
> outbound_rbl_warn_header        = true

>
> rgds
> davidw
>
> --
> *** Exim information can be found at http://www.exim.org/ ***
>
>



--
*** Exim information can be found at http://www.exim.org/ ***