无法使用 SSL 从 SC UI 连接到 SMTP 服务器
适用场景
- SnapCenter 服务器 (SC) 4.5 及更高版本的
- SC SMTP 连接
问题描述
- 从 SC通知服务器设置发送的测试邮件失败,并在 SC UI 中显示错误:
Client does not have permission to submit mail to this server. The server response was: 4.7.0 Connection is not TLS encrypted. Recipient organization requires TLS
- PowerShell(PS)命令
Set-SmSMTPServer
失败并出现相同的错误。 - 如果非 SC PS 命令
Send-MailMessage
从 SC 服务器运行-UseSsl
切换后,连接正常,并向收件人发送测试电子邮件。