wunderlin
2003-08-27, 16:10 PM
I posted previously that the killsobig.vbs script occasionally seems to loop- this causes the server's CPU usage to max out. Not a good thing. Until I find a permanent solution for this, there's a nice workaround. In the MTA event, use this line:
cscript //T:20 "C:\Program Files\Mail Enable\Bin\killsobig.vbs"
This causes cscript to kill the script if it runs for more than 20 seconds (which it should never do).
cscript //T:20 "C:\Program Files\Mail Enable\Bin\killsobig.vbs"
This causes cscript to kill the script if it runs for more than 20 seconds (which it should never do).