SMTP Relay Using TLS
Search
SMTP Relay Using TLS
If a customer is having us set up a SMTP relay and it requires use of TLS here are the settings to change:
In SQL at ClubSpeedV8\dbo.ControlPanel change these settings:
- SMTPMarketingServerPort: 587
- SMTPMarketingServerUseSSL: 1
- SMTPServerPort: 587
- SMTPServerUseSSL: 1
In IIS 6.0:
- Right click on the SMTP Virtual Server and select Properties
- Under the General tab select the Advanced... button
- In the Advanced window, select the Add... button
- Leave the IP address drop down to (All Unassigned) and enter 587 into the TCP port field.
- Under the Delivery tab, select the Outbound Security... button
- In the Outbound Security window, make sure the TLS encryption box is checked.
- Press OK out of the Outbound Security and SMTP Virtual Server windows
- In IIS 6.0, right click on the server (local computer) and expand All Tasks and select Restart IIS...
- In the Stop/Start/Restart... window, make sure the drop down is set to Restart Internet Services on...
- Press OK. Exit out of IIS 6.0 once it has finished restarting.