1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Resolved Could not start SMTP service on local computer

Discussion in 'Windows Server System' started by LogicBloke, 2010/02/27.

  1. 2010/02/27
    LogicBloke

    LogicBloke Inactive Thread Starter

    Joined:
    2008/08/04
    Messages:
    11
    Likes Received:
    0
    Hello Everyone,

    For some unknown reason, I cannot start the SMTP service again, it is set on automatic to be started after boot, but it doesn't work, while trying to start it manually from "services.msc" I get a message box :

    obviously C1 is 193 in hexadecimal there is no memory address given or anything else.

    While trying to start it from command line, this is what I get :
    Code:
    C:\Documents and Settings\Administrator>net start SMTPSVC
    The Simple Mail Transfer Protocol (SMTP) service is starting.
    The Simple Mail Transfer Protocol (SMTP) service could not be started.
    
    A system error has occurred.
    
    System error 193 has occurred.
    
    *** is not a valid Win32 application.
    
    How to solve this please, I am on Win Server 2003 R2 64-bit, All the other services involved in dependency are started, I also uninstalled IIS, as I'm running PHP on the server using Wamp, but the Mail Server role is installed, it worked well for a while, so it was working, it didn't just happen after uninstalling the webserver.

    Can anyone help me solve that please ?
    Thanks in advance,

    Regards, Taha
     
  2. 2010/03/02
    amdace

    amdace Inactive

    Joined:
    2009/09/08
    Messages:
    70
    Likes Received:
    3
    On a 2k3 server, smtp is dependant on IIS. In fact, if you check this registry key on a 2k3 server: HKLM\System\CurrentControlSet\Services\SMTPSVC you will see that inetinfo.exe is the actual program called for startup. If you have uninstalled IIS, then there would be no inetinfo.exe thus your error. You probably didn't reboot the server after IIS uninstall so the service continued functioning until the next reboot.
    I believe you will have to run IIS to run MS SMTP. IIS can coexist with another web server. Just change the port it binds to.
     

  3. to hide this advert.

  4. 2010/03/02
    LogicBloke

    LogicBloke Inactive Thread Starter

    Joined:
    2008/08/04
    Messages:
    11
    Likes Received:
    0
    You taught me a lot of stuff, where to check services path on the registry, an explanation to why it kept working, and yes in fact it happened after the reboot, what should I say .. Thanks a lot
     
  5. 2010/03/02
    amdace

    amdace Inactive

    Joined:
    2009/09/08
    Messages:
    70
    Likes Received:
    3
    np. Glad I could help.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.