カテゴリーは以下の通りです。postfix

高スループット用Postfixメールサーバーの概略図
ポストフィックス
高スループットのためのPostfixの設定

Postfixメールサーバーのパフォーマンスを最大化し、高いスループットと最適な効率を実現するための包括的な設定ガイドをご覧ください。

読む "
postfix: Perfect Forward Secrecy (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

読む "
postfix: 送信メールを暗号化

特に、移動中に無線LAN環境でメールを送受信する場合には、メール通信を暗号化することが有効です。なぜなら

読む "
最新の記事