I have the .Net Mail Server v1.0.6.2 running on two machines. Not always, but frequently the mail server on one or both machines fails to start when the machine is rebooted. They reboot daily so this is a major problem. It appears to be having trouble with the initial SQL connection but I checked the services and confirmed Event Log and SQL Services are listed as dependencies. When I open the control panel the server is stopped and it starts with no problem when hitting the Start button.
Here is a copy of the error from event viewer:
Service cannot be started. System.Data.SqlClient.SqlException: Cannot open database "MailServerData" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\SYSTEM'.
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connecti...
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.