* Wietse Venema <wie...@porcupine.org>:

> More thoroughly, when I search for all IP addresses that show up
> in postscreen "DNSBL rank XXX" records:
> 
> % egrep "`awk '/DNSBL rank/ { print $NF }' /var/log/maillog | sort -u`" 
> /var/log/maillog | grep smtpd

If I try this, I'm getting:
-bash: /bin/egrep: Argument list too long
which is a bad sign

> % postconf -n | grep postscreen
> postscreen_dnsbl_action = drop
> postscreen_dnsbl_sites = zen.spamhaus.org
> postscreen_greet_action = drop
> postscreen_hangup_action = drop
> postscreen_pre_queue_limit = 100

# postconf -n | grep postscreen

postscreen_blacklist_action = drop   <----- ? blacklist ? 

postscreen_dnsbl_sites = mykey.zen.dq.spamhaus.net
postscreen_greet_action = drop
postscreen_whitelist_networks = 141.42.193.0/24, 141.42.202.0/24,
141.42.203.0/24, 141.42.204.0/24,  141.42.206.0/23, 141.42.250.0/24,
193.175.72.0/24, 193.175.74.0/24

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to