Re: WAS: The method behind the madness NOW: simple Postfix auto whitelist

2010-01-19 Thread LuKreme
On 18-Jan-2010, at 14:20, Stan Hoeppner wrote: /usr/bin/whtlst_gen.sh #! /bin/sh # [1] grab all sent to addresses from the current mail log sed -n -e '/postfix\/smtp\[.*status=sent/s/^.*to=\([^]*\).*$/\1/p' /var/log/mail.log | sort -u /tmp/sender_addrs.tmp # merge the new addresses with

WAS: The method behind the madness NOW: simple Postfix auto whitelist

2010-01-18 Thread Stan Hoeppner
Daniel L. Miller put forth on 1/18/2010 1:30 PM: If you _need_ a home brew solution _now_, start small and inelegant, getting most of the functionality you want/need. This can be done with simple scripts and cron. After it's working relatively well, _then_ spend time creating the elegant