Mention greylisting rejection message in errors.html.

This commit is contained in:
Zhang Huangbin 2016-05-20 17:19:19 +08:00
parent 5d132abbb9
commit da76ffeff9
2 changed files with 24 additions and 0 deletions

View File

@ -73,6 +73,18 @@ virtual_alias_expansion_limit = 1500
Reference: [Postfix Configuration Parameters](http://www.postfix.org/postconf.5.html#virtual_alias_expansion_limit)
### Intentional policy rejection, please try again later
Sample error message in Postfix log file:
> May 15 15:59:27 mail postfix/smtpd[8451]: NOQUEUE: reject: RCPT from smtpweb149.aruba.it[62.149.158.149]: 451 4.7.1 <rcpt@mydomain.com>: Recipient address rejected: Intentional policy rejection, please try again later; from=<sender@sender_domain.com> to=<rcpt@mydomain> proto=ESMTP helo=<smtpcmd05149.aruba.it>
This is caused by greylisting service, sender server will retry delivery, and
you will receive the email in few minutes to 30 minutes.
* For more technical details about Greylisting, please visit: <http://greylisting.org>.
* To manage greylisting service, please read iRedAPD tutorial: [Manage iRedAPD: Greylisting](./manage.iredapd.html#feature-greylisting)
## Amavisd
### connect to 127.0.0.1[127.0.0.1]:10024: Connection refused

View File

@ -23,6 +23,7 @@
<li><a href="#sender-address-rejected-not-logged-in">Sender address rejected: not logged in</a></li>
<li><a href="#sender-address-rejected-not-owned-by-user-userdomainltd">Sender address rejected: not owned by user user@domain.ltd</a></li>
<li><a href="#unreasonable-virtual_alias_maps-map-expansion-size-for-userdomaincom">unreasonable virtual_alias_maps map expansion size for user@domain.com</a></li>
<li><a href="#intentional-policy-rejection-please-try-again-later">Intentional policy rejection, please try again later</a></li>
</ul>
</li>
<li><a href="#amavisd">Amavisd</a><ul>
@ -89,6 +90,17 @@ Postfix config file <code>/etc/postfix/main.cf</code>:</p>
</code></pre>
<p>Reference: <a href="http://www.postfix.org/postconf.5.html#virtual_alias_expansion_limit">Postfix Configuration Parameters</a></p>
<h3 id="intentional-policy-rejection-please-try-again-later">Intentional policy rejection, please try again later</h3>
<p>Sample error message in Postfix log file:</p>
<blockquote>
<p>May 15 15:59:27 mail postfix/smtpd[8451]: NOQUEUE: reject: RCPT from smtpweb149.aruba.it[62.149.158.149]: 451 4.7.1 <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#114;&#99;&#112;&#116;&#64;&#109;&#121;&#100;&#111;&#109;&#97;&#105;&#110;&#46;&#99;&#111;&#109;">&#114;&#99;&#112;&#116;&#64;&#109;&#121;&#100;&#111;&#109;&#97;&#105;&#110;&#46;&#99;&#111;&#109;</a>: Recipient address rejected: Intentional policy rejection, please try again later; from=<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#115;&#101;&#110;&#100;&#101;&#114;&#64;&#115;&#101;&#110;&#100;&#101;&#114;&#95;&#100;&#111;&#109;&#97;&#105;&#110;&#46;&#99;&#111;&#109;">&#115;&#101;&#110;&#100;&#101;&#114;&#64;&#115;&#101;&#110;&#100;&#101;&#114;&#95;&#100;&#111;&#109;&#97;&#105;&#110;&#46;&#99;&#111;&#109;</a> to=<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#114;&#99;&#112;&#116;&#64;&#109;&#121;&#100;&#111;&#109;&#97;&#105;&#110;">&#114;&#99;&#112;&#116;&#64;&#109;&#121;&#100;&#111;&#109;&#97;&#105;&#110;</a> proto=ESMTP helo=<smtpcmd05149.aruba.it></p>
</blockquote>
<p>This is caused by greylisting service, sender server will retry delivery, and
you will receive the email in few minutes to 30 minutes.</p>
<ul>
<li>For more technical details about Greylisting, please visit: <a href="http://greylisting.org">http://greylisting.org</a>.</li>
<li>To manage greylisting service, please read iRedAPD tutorial: <a href="./manage.iredapd.html#feature-greylisting">Manage iRedAPD: Greylisting</a></li>
</ul>
<h2 id="amavisd">Amavisd</h2>
<h3 id="connect-to-12700112700110024-connection-refused">connect to 127.0.0.1[127.0.0.1]:10024: Connection refused</h3>
<p>This error means Amavisd service is not running, please try to start it first.</p>