Dear all,

 Today i find a tool, that block clients who connect too often to
tcpserver controlled services and builds a tcp.smtp style deny file
to temporarily block them.This is available from 
http://www.inter7.com/index.php?page=tcpblocker

Actually there is a bug in it. We need to make some changes like 

in tcpblock.c file, line number 279 

from 

for(i=0;i<5&&tmpstr!=NULL;++i) tmpstr = strtok(NULL,TOKENS);

to

for(i=0;i<7&&tmpstr!=NULL;++i) tmpstr = strtok(NULL,TOKENS);

Because by default, it blocks the server IP. after making this changes compile 
it.


This will be usefull for   SMTP Connection Throttling.



With Regards
     Vinay



      Yahoo! recommends that you upgrade to the new and safer Internet Explorer 
8. http://downloads.yahoo.com/in/internetexplorer/

Reply via email to