SMTP Service already installed and it’s not logging.
1) Install ODBC Logging module (role service in Server Manager)
2) Stop / Start the SMTP Service
3) Verify your SMTP service is configured for logging. It’s not on by default.
4) Try a local telnet test (assuming the telnet client is installed)
5) Look at your log folder.
netsh http show ssl
netsh http delete sslcert ipport=0.0.0.0:443
netsh http delete sslcert ipport=[::]:443
netsh http add sslcert ipport=0.0.0.0:443 certhash=xxx appid={ba195980-cd49-458b-9e23-c84ee0adcd75}
netsh http add sslcert ipport=[::]:443 certhash=xxx appid={ba195980-cd49-458b-9e23-c84ee0adcd75}
Steps Below.
1. Click Start and select Server Manager.
2. When the Server Manager window appears, go to the left pane and select Features.
3. On the right, click the Add Features link.
4. Scroll down the list and check the Windows PowerShell checkbox.
5. Click Next.
6. Click Install.
7. When the installation is complete, Windows should display that the installation succeeded.
8. Click Close.
9. Close the Server Manager.
10. To open PowerShell, go to the Start Menu, click All Programs and expand the Windows PowerShell 1.0 folder to get to the shortcut to Windows PowerShell.