[109142] in North American Network Operators' Group
Re: Google SMTP acceptance policy?
daemon@ATHENA.MIT.EDU (Randy Bush)
Thu Nov 6 00:24:03 2008
Date: Thu, 06 Nov 2008 14:23:56 +0900
From: Randy Bush <randy@psg.com>
To: Suresh Ramasubramanian <ops.lists@gmail.com>
In-Reply-To: <bb0e440a0811052117y78773f94m221831ccfd2fc30f@mail.gmail.com>
Cc: nanog@nanog.org
Errors-To: nanog-bounces@nanog.org
the problem i have with google smtp is in the reverse direction
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
i.e. i do dns blacklists proceeded by a white list. and when goog adds
a new smtp outbound, users say folk get bounces, i have to chase them
down and then go through dnswl.org's process. major pita and mail does
get lost.
randy