>Does anybody update their from_senders_slet.map file ever ?

I use to find that it moves quite bit and pull it at least one a 
day.  wirehub.sh is in the standard imgate file set.


#! /bin/sh
#
# crontab this every 24 hours to keep it current,
# using either ftp (for freebsd below) or wget (linux)

cd /etc/postfix
ftp http://basic.wirehub.nl/spamlist-extended.txt

#wget http://basic.wirehub.nl/spamlist-extended.txt

sed s/REJECT/"554 ACL from_senders_slet"/g \
  </etc/postfix/spamlist-extended.txt |\
   sort -f > /etc/postfix/from_senders_slet.map

/usr/sbin/postmap /etc/postfix/from_senders_slet.map

exit 0


Reply via email to