Hello,
I've recently set up SmarterMail on my Windows Server 2008 R2. I have an IIS and would like to set up the web interface. However, after following the steps from the article, I still can't access anything and when I go to the domain awesomeworld.info (my domain, hosted at GoDaddy) , I get a 503 Service unavailable error. Here's the setup:
The domain has A records pointing to my router's IP address and its MX records are pointing to this same IP as well.
The routed then routes all requests to the server's internal IP on all ports.
The server's firewall is set to allow all incoming connections.
The IIS is set in the following way:
There's an application pool called SmarterMail with Network Service Identity. Managed Pipeline is Integrated and .NET version is 4.0.30319
.NET 4.0.30319 is ENABLED.
The website's physical path is C:\Program Files (x86)\SmarterTools\SmarterMail\MRS
The Binding type is http IP: All unassigned with port 80, host name is awesomeworld.info
When I go to sites, right click SmarterMail and select Basic Settings, then click on Test Settings, I get Authorization wagning: The server is configured to use pass-through authentication with a built-in account to access the specified physical path. However, IIS Manager cannot verify whether the built-in account has access. Make Sure that the application pool identity has Read access to the physical path.
I right clicked MRS and went to security where in the permissions tab I added NETWORK SERVICE with Read and Modify rights.
The site's default document is Login.aspx
My question: What else should I do to get this thing running?