Remove unused/deprecated postfix parameter.

This commit is contained in:
Zhang Huangbin 2017-01-15 17:25:45 +08:00
parent 6bc90572e0
commit e37dedaf9d
4 changed files with 2 additions and 6 deletions

View File

@ -78,7 +78,6 @@ one on your server according to above description.
We can use `postconf` command to update SSL related settings directly:
```
postconf -e smtpd_use_tls='yes'
postconf -e smtpd_tls_cert_file='/etc/pki/tls/certs/server.crt'
postconf -e smtpd_tls_key_file='/etc/pki/tls/private/server.key'
postconf -e smtpd_tls_CAfile='/etc/pki/tls/certs/server.ca-bundle'

View File

@ -93,8 +93,7 @@ __不要__使用长度小于 2048 位的密钥,那是不安全的。</p>
<p>下面示例中我们以 CentOS 系统为例,请根据你的发行版调整相关文件路径(已在上面注明)。</p>
<h3 id="postfix-smtp">Postfix (SMTP 服务器)</h3>
<p>直接使用 <code>postconf</code> 命令来更新 SSL 证书相关的设置:</p>
<pre><code>postconf -e smtpd_use_tls='yes'
postconf -e smtpd_tls_cert_file='/etc/pki/tls/certs/server.crt'
<pre><code>postconf -e smtpd_tls_cert_file='/etc/pki/tls/certs/server.crt'
postconf -e smtpd_tls_key_file='/etc/pki/tls/private/server.key'
postconf -e smtpd_tls_CAfile='/etc/pki/tls/certs/server.ca-bundle'
</code></pre>

View File

@ -106,8 +106,7 @@ store them in any directory you like, recommended directories are:</p>
one on your server according to above description.</p>
<h3 id="postfix-smtp-server">Postfix (SMTP server)</h3>
<p>We can use <code>postconf</code> command to update SSL related settings directly:</p>
<pre><code>postconf -e smtpd_use_tls='yes'
postconf -e smtpd_tls_cert_file='/etc/pki/tls/certs/server.crt'
<pre><code>postconf -e smtpd_tls_cert_file='/etc/pki/tls/certs/server.crt'
postconf -e smtpd_tls_key_file='/etc/pki/tls/private/server.key'
postconf -e smtpd_tls_CAfile='/etc/pki/tls/certs/server.ca-bundle'
</code></pre>

View File

@ -68,7 +68,6 @@ __注意__有一些 web 服务器只能识别 `Common Name` 里指定的服
直接使用 `postconf` 命令来更新 SSL 证书相关的设置:
```
postconf -e smtpd_use_tls='yes'
postconf -e smtpd_tls_cert_file='/etc/pki/tls/certs/server.crt'
postconf -e smtpd_tls_key_file='/etc/pki/tls/private/server.key'
postconf -e smtpd_tls_CAfile='/etc/pki/tls/certs/server.ca-bundle'