Steffen Asked: 2015-12-20 02:14:25 +0800 CST2015-12-20 02:14:25 +0800 CST 2015-12-20 02:14:25 +0800 CST 如何在 postfix 上禁用 RC4? 772 我已经在https://de.ssl-tools.net/mailservers上对我们的 postfix 服务器进行了安全检查,并收到仍然支持“ECDHE_RSA_WITH_RC4_128_SHA”的警告。但不知道如何禁用它... postfix 1 个回答 Voted Best Answer Andrew Domaszek 2015-12-20T02:39:24+08:002015-12-20T02:39:24+08:00 添加到您的 main.cf: # TLS Server smtpd_tls_exclude_ciphers = RC4, aNULL # TLS Client smtp_tls_exclude_ciphers = RC4, aNULL
添加到您的 main.cf: