MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: obrechts (544)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: //var/usr/webmin-1.941/postfix/help/opt_reject_code.html
<header>SMTP server response on client reject</header>

<center><tt>reject_code</tt></center>
<hr>

This parameter specifies the SMTP server response code when a client violates the
<tt>smtpd_client_restrictions</tt> rule that is:<br>
<i>Access denied: SMTP client hostname rejected</i><br>
<br>
Note that the postfix default value used for <tt>reject_code</tt> is
code 554, and this code in 'standard RFC 822' should means 'Requested mail action rejected: access denied'.
So with Postfix, a <tt>smtpd_client_restrictions</tt> rule violation does not reflect exactly
the RFC822 explanation of reported code.<br>
<p>
To avoid confusion, you can change this to 575 for example (another reason is that code 554
is also the postfix default value for other kind of errors), otherwise, do not change
this unless you have a complete understanding of RFC 822.
</p>

<hr>