This commit is contained in:
Zhang Huangbin 2018-01-31 16:33:10 +08:00
parent 0dfd5d7b5a
commit 2cd7ee40b4
2 changed files with 7 additions and 2 deletions

View File

@ -87,7 +87,7 @@ Quote from [Postfix website](http://www.postfix.org/POSTSCREEN_README.html#pregr
> before the client. postscreen(8) detects zombies that are in a hurry and that > before the client. postscreen(8) detects zombies that are in a hurry and that
> speak before their turn. > speak before their turn.
Many spammers are in a hurry to start transfer message to your server, we'd Many spammers are in a hurry to transfer message to your server, we'd
like to block them due to not follow RFC. like to block them due to not follow RFC.
During mail server maintenance, we found many spammers from China mainland During mail server maintenance, we found many spammers from China mainland
@ -137,6 +137,8 @@ maxretry = 1
action = iptables-multiports[name=postfix, port="25", protocol=tcp] action = iptables-multiports[name=postfix, port="25", protocol=tcp]
``` ```
* Restarting Fail2ban service is required.
### Fixed: Nginx snippet file hard-codes static file types for iRedAdmin ### Fixed: Nginx snippet file hard-codes static file types for iRedAdmin
!!! attention !!! attention

View File

@ -130,7 +130,7 @@ OpenBSD.</p>
before the client. postscreen(8) detects zombies that are in a hurry and that before the client. postscreen(8) detects zombies that are in a hurry and that
speak before their turn.</p> speak before their turn.</p>
</blockquote> </blockquote>
<p>Many spammers are in a hurry to start transfer message to your server, we'd <p>Many spammers are in a hurry to transfer message to your server, we'd
like to block them due to not follow RFC.</p> like to block them due to not follow RFC.</p>
<p>During mail server maintenance, we found many spammers from China mainland <p>During mail server maintenance, we found many spammers from China mainland
cannot pass this pregreet test and all of them use <code>ylmf-pc</code> as HELO hostname. cannot pass this pregreet test and all of them use <code>ylmf-pc</code> as HELO hostname.
@ -179,6 +179,9 @@ maxretry = 1
action = iptables-multiports[name=postfix, port=&quot;25&quot;, protocol=tcp] action = iptables-multiports[name=postfix, port=&quot;25&quot;, protocol=tcp]
</code></pre> </code></pre>
<ul>
<li>Restarting Fail2ban service is required.</li>
</ul>
<h3 id="fixed-nginx-snippet-file-hard-codes-static-file-types-for-iredadmin">Fixed: Nginx snippet file hard-codes static file types for iRedAdmin</h3> <h3 id="fixed-nginx-snippet-file-hard-codes-static-file-types-for-iredadmin">Fixed: Nginx snippet file hard-codes static file types for iRedAdmin</h3>
<div class="admonition attention"> <div class="admonition attention">
<p class="admonition-title">Attention</p> <p class="admonition-title">Attention</p>