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

1 line
792 B
HTML
Raw 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>