SMTPメールサーバ Postfix のインストール情報を 2.5.2 に更新しました。
http://www.system-act.com/mail/postfix.html
セキュア対策により、SSL/TLS のキャッシュファイルを config_directory (/etc/postfix) 内に置くと tlsmgr が warning を吐きます。
そのため、data_directory (/var/lib/postfix/) に変更しています。
smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_tls_scache
また、master.cf に追加および変更があります。