类别eMailserver

说明
在CentOS下使用postfix的SRS

在过去的几天里,united internet决定阻止转发的电子邮件,例如转发到gmx或web.de地址。对于其他供应商的客户

阅"
后缀:完美前向保密(PFS)

openssl gendh -out /etc/postfix/pfs_512.pem -2 512 openssl gendh -out /etc/postfix/pfs_1024.pem -2 1024 postconf -e "smtpd_tls_dh1024_param_file=/etc/postfix/pfs_1024。pem" postconf -e "smtpd_tls_dh512_param_file=/etc/postfix/pfs_512.pem" postconf -e "smtpd_tls_eecdh_grade=strong" postconf -e "smtp_tls_loglevel=1" postconf

阅"