Tag: SmarterMail

  • SOLVED SmarterMail Error This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.

    When logging into a fresh installation of SmarterMail 13 and below, I was given the following error: Oops! There was an issue that caused this page to malfunction. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. at…

  • Setting up SmarterMail 8 as a site in IIS7 as apposed to a Service command line

    Setting up SmarterMail 8 as a site in IIS7 as apposed to a Service is rather straight forward.  SmarterTools has this article here: http://portal.smartertools.com/KB/a1485/set-up-smartermail-as-a-site-in-iis-70.aspx I decided to go once step further and make this scripted:   32bit: net stop SMWebSvr sc config SMWebSvr start= disabled %SYSTEMROOT%\System32\inetsrv\appcmd add apppool /name:”SmarterMail” /managedRuntimeVersion:v4.0 /managedPipelineMode:Integrated %SYSTEMROOT%\System32\inetsrv\appcmd set config /section:isapiCgiRestriction…