...

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 -e "smtpd_tls_loglevel=1"

postconf -e "tls_preempt_cipherlist=yes"

現在の記事

ホスティング環境におけるCPUピンニング技術を視覚化
サーバーと仮想マシン

ホスティングでCPUピンニングがめったに使われない理由

ホスティングにおけるCPUピンニングは、ほとんどの場合、あまり意味がありません。仮想化パフォーマンスを向上させるための理由、リスク、および代替手段についてご覧ください。.

PHPセッションロックによりWordPressのログインが遅くなる
データベース

PHPセッションロック:WordPressのログインが遅くなる原因

PHP **セッションロック**が**WordPressのログイン速度低下**の原因となっています。RedisとOPcacheによる最高の**ホスティングパフォーマンス**を実現するための原因と解決策をご覧ください。.