got a little problem im not entirely sure how to solve. (am not that experienced with Windows servers)
We currently use good old Apache (+ PHP) for HTTP hosting but we also needed an SMTP server and the obvious choice was the IIS SMTP server, now id like to have the SMTP server running as a service to have it start on system startup.
Problem is that as far as i can tell both IIS SMTP and IIS HTTP run under the same service (WWW-Publishing).
But of course i dont actually want to use IIS HTTP and rather use Apache, so i disabled the service for now and started the SMTP server manually...
How would i set up a service to only start the SMTP server?
Maybe some more experienced Windows Devs / Admins can help me out?
Thanks ^^