%jdk%\bin\keytool -importcert -alias <<SMTP Server name>> -storetype PKCS12
-keystore jdk\lib\security\cacerts
-file <custome_CA_certificate>
where
-importcert - specifies to import the certificate response
-alias - specifies the name of the entry from which to import
-file - specifies the path from which to read the CA response
You must repeat the command for all the CAs.
|
|
切换邮件转发系统时,您必须考虑以下事项:
• 若要切换邮件转发,则需要重新启动服务器。
• 如果在使用 Oauth 令牌身份验证时修改了以上任何特性,则需要重新启动服务器。
|
|
|
在添加或修改身份验证客户端 ID、客户端密钥、范围和令牌 URL 后,保存 security.properties 文件并运行加密工具。这样可确保 security.properties 文件中提供的客户端密钥被加密。
|
|
|
• 如果 mksis.smtp.oauth.authentication=true 且 mksis.smtp.authentication=true,则使用 SMTP 基本身份验证来发送电子邮件。
• 如果 mksis.smtp.oauth.authentication=true 且 mksis.smtp.authentication=false,则使用 SMTP OAuth 令牌身份验证来发送电子邮件。
|