When attempting to stop SMTP it is stuck in a stopping state.

G

Guest

We run a script to stop SMPT and delete badmail. When the script runs the
SMTP Service does not stop. The service just says stopping. You can not stop
or restart the service from the services control panel. We are running
Windows 2000 server SP4 and Exchange 2000 with SP3. The only way we can stop
and restart SMTP is to reboot or kill the inetinfo.exe process. Below is the
script we are using to stop and restart SMTP:
net stop smtpsvc
cd "D:\EXCHSRVR\Mailroot\vsi 1"
ren BadMail BadMailOld
md BadMail
net start smtpsvc
rmdir BadMailOld /S /Q

This script runs successfully on two other servers. We just can not figure
out why SMTP gets stuck and wont stop. Please Help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top