Files
webmin/postfix/help/opt_reject_code.zh.auto.html
2020-04-23 18:10:56 +03:00

1 line
788 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<header>客户端拒绝时的SMTP服务器响应</header><center> <tt>reject_code</tt> </center> <hr>当客户端违反<tt>smtpd_client_restrictions</tt>规则时,此参数指定SMTP服务器响应代码: <br> <i>访问被拒绝:SMTP客户端主机名被拒绝</i> <br><br>请注意,用于<tt>reject_code</tt>的后缀默认值为代码554,“标准RFC 822”中的此代码应表示“请求的邮件操作被拒绝:访问被拒绝”。因此,对于Postfix,违反<tt>smtpd_client_restrictions</tt>规则并不能完全反映所报告代码的RFC822说明。 <br><p>为避免混淆,您可以将其更改为例如575(另一个原因是代码554也是其他类型错误的后缀默认值),否则,除非您完全了解RFC 822,否则请勿更改此值。 </p><hr>