This article applies to:
- Trustwave MailMarshal (SEG) 2006 (release 6.2 through 7.2.3 only)
- For release 7.3 and above, see Q19541.
Question:
- How can I specify a protocol to use for TLS?
Procedure:
TLS or Transport Layer Security is a method of creating a secure connection between servers over which email can be transported.
Note: For basic information about using TLS with MailMarshal SMTP, see Q11636: How Do I Set Up TLS in MailMarshal SMTP?
MailMarshal can use the following protocols when establishing a TLS connection:
By default, when receiving email, the older MailMarshal versions that this article applies to allow any of the three protocols, including TLSv1.
In MailMarshal SMTP 6.2 and above, you can specify the protocol MailMarshal uses when receiving email. You can specify the protocol separately for each server in an array.
To specify the protocol:
- Edit the Registry on the MailMarshal Array Manager.
- Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Marshal\MailMarshal\Default\Servers\<servername>
- For full details of the location for each version, see article Q10832.
Example: HKEY_LOCAL_MACHINE\SOFTWARE\Marshal\MailMarshal\Default\Servers\MailNode01
- Add a DWORD value named SSLMethodType. Enter a value from the following list:
Value | Protocols Allowed |
0 | TLSv1 |
1 | SSLv2 |
2 | SSLv3 TLSv1 |
3 | SSLv2 SSLv3 TLSv1 (This is the default option) |
- Add the value for each server that uses TLS.
- To apply the Registry changes to the email processing servers, commit configuration and then restart the Receiver service on each server.
Warning: Using the Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Trustwave cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Make sure that you back up your Registry prior to making any changes.
Notes:
TLS settings are controlled by the receiving server.