North American Network Operators Group

Date Prev | Date Next | Date Index | Thread Index | Author Index | Historical

Re: EC2 and GAE means end of ip address reputation industry? (Re: Intrustion attempts from Amazon EC2 IPs)

  • From: Randy Bush
  • Date: Sun Jun 22 19:18:46 2008

Jim Popovitch wrote:
> there is no inverse-RBLs and MTAs that work straight forward with
> them.

from my exim config

  # Reject messages from senders listed in these DNSBLs
  # except for dnswl whitelust
  drop    condition     = ${if isip4{$sender_host_address}}
          message       = blocked because $sender_host_address is \
                          in  blacklist at $dnslist_domain: $dnslist_text
          !dnslists     = list.dnswl.org
          dnslists      = dialups.mail-abuse.org \
                          : rbl-plus.mail-abuse.org \
                          : qil.mail-abuse.com
          logwrite      = REJECT because $sender_host_address listed in
$dnslist_domain

note list.dnswl.org

randy