我正在配置卡巴斯基安全邮件网关来保护发往我的 Exchange 服务器的邮件流量。
卡巴斯基安全邮件网关是运行 postfix 的 centos 设备。
我发送邮件没有问题,但接收邮件有些问题。
例如,来自 *.outbound.protection.outlook.com 的所有传入邮件都会在日志中生成以下错误
postfix/smtpd[28748]: connect from mail-oln040092073107.outbound.protection.outlook.com[40.92.73.107]
postfix/smtpd[28748]: setting up TLS connection from mail-oln040092073107.outbound.protection.outlook.com[40.92.73.107]
postfix/smtpd[28748]: warning: network_biopair_interop: error reading 11 bytes from the network: Connection reset by peer
postfix/smtpd[28748]: SSL_accept error from mail-oln040092073107.outbound.protection.outlook.com[40.92.73.107]: -1
postfix/smtpd[28748]: lost connection after STARTTLS from mail-oln040092073107.outbound.protection.outlook.com[40.92.73.107]
postfix/smtpd[28748]: disconnect from mail-oln040092073107.outbound.protection.outlook.com[40.92.73.107]
卡巴斯基安全邮件网关配置为与另一端协商 TLS 会话
我希望你能帮助我解决这个问题。