Re: [exim] server specs

2010-06-22 Thread Chih-Cherng Chin
number of mail hitting SpamAssassin. If you found your system is CPU-bound from the use of SpamAssasin, greylisting might solve your problem with no need to buy a new server. Chih-Cherng Chin Botnet Detection with Greylisting: http://botnet-tracker.blogspot.com/2009/11/greylisting-botnet-det

Re: [exim] Issues with greylisting

2010-01-23 Thread Chih-Cherng Chin
dea of auto whitelist for exim: http://www.gossamer-threads.com/lists/exim/users/68306#68306 http://www.gossamer-threads.com/lists/exim/users/68924#68924 Chih-Cherng Chin Botnet Detection with Greylisting: http://botnet-tracker.blogspot.com/2009/11/greylisting-botnet-detection-honeypot.html -- #

Re: [exim] auto whitelist

2007-02-08 Thread Chih-Cherng Chin
if ($i !~ /@(contract\.)?xxx\.org\.xx$/) \ print $i ";" $1; }' | # remove duplicated entries $SORT -u In fact the script above does more than what you want. But it's easy to modify it to serve your purpose. Hope this helps. Chih-Cherng Chin -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Re: [exim] Auto-whitelist

2007-01-26 Thread Chih-Cherng Chin
tries which are too old. In a word, I process it in batch. Performance is good, as the shell script never get my attention when I monitor the system. I believe you can do the same. Chih-Cherng Chin -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http: