mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
22 lines
919 B
HTML
22 lines
919 B
HTML
<header>SMTP server response on RBL domains violation</header>
|
|
|
|
<center><tt>maps_rbl_reject_code</tt></center>
|
|
<hr>
|
|
|
|
This parameter specifies the SMTP server response code when a mail violates the
|
|
<a href=opt_maps_rbl_domains><tt>maps_rbl_domains</tt></a> rule that is:<br>
|
|
<i>Access denied: SMTP client listed in RBL</i><br>
|
|
<br>
|
|
Note that the postfix default value used for <tt>maps_rbl_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>maps_rbl_domains</tt> rule violation does not reflect exactly
|
|
the RFC822 explanation of reported code.<br>
|
|
<p>
|
|
To avoid confusion, you can change this to 571 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>
|