On Sat, Aug 20, 2005 at 07:09:42PM -0400, Matthew Harrell wrote:
> > Yes, I think you are (I agree that the doc could be clearer).
> >
> > You are supposed to create a DNS whitelist, i.e., a domain which
> > contains information about IP adresses in a similar way to the
> > in-addr.arpa. domain. For example, you could create
> > whitelist.bittwiddlers.com with a zone file like this:
> >
> > $TTL 1h
> > @           SOA     abuse.bittwiddlers.com 1 10800 3600 604800 86400
> > 151.116.65.216      TXT     "John"
> > 53.103.143.216      TXT     "GD AIS"
> > 240.56.239.216      TXT     "gmail mproxy"
> > 241.56.239.216      TXT     "gmail mproxy"
> > 242.56.239.216      TXT     "gmail mproxy"
> >
> > The whitelist_zones file then only contains the single line
> > "whitelist.bittwiddlers.com", which will cause the plugin to query
> > 151.116.65.216.whitelist.bittwiddlers.com if John is connecting.
> >
> 
> Ah, ok.  That helps and I didn't realize that was the intent.  I'll give
> that a try

The whitelist_soft plugin will do what you want with your current configs:

  http://www.openfusion.com.au/labs/qpsmtpd/whitelist_soft

Cheers,
Gavin

Reply via email to