如题:网上找了,做批处理

@echo Imail Filter
net stop queuemgr
net stop smtpd32
taskkill /f /im queuemgr.exe
taskkill /f /im smtpd32.exe
net start queuemgr
net start smtpd32

加到服务恢复了。但不管用。不知道51cto有没牛人能解决。版本8.22.queuemgr 时不时stop pending状态  总是重启才能生效。