Update upgrade.ubuntu.14.04-16.04.html: fail2ban failed to start.

This commit is contained in:
Zhang Huangbin 2017-10-17 00:00:05 +08:00
parent 3039e7fa83
commit 190ccb3a5a
2 changed files with 30 additions and 1 deletions

View File

@ -77,3 +77,19 @@ php-fpm daemon socket file is changed:
iRedMail hard-codes php-fpm socket file in `/etc/nginx/nginx.conf` or
`/etc/nginx/conf.d/default.conf`, you must update them to use new socket file.
## Fail2ban
After upgrading Fail2ban, it will fail to start due to duplicate parameter
`port =` in file `/etc/fail2ban/jail.conf` under section `[pam-generic]` like
below:
```
[pam-generic]
...
port = all
...
port = anyport
```
Please comment out either one of them, then Fail2ban should be happy to start.

View File

@ -27,6 +27,7 @@
<li><a href="#nginx-and-php-fpm">Nginx and php-fpm</a></li>
</ul>
</li>
<li><a href="#fail2ban">Fail2ban</a></li>
</ul>
</li>
</ul>
@ -92,7 +93,19 @@ $config['smtp_conn_options'] = array(
<li>new one: <code>/var/run/php/php7.0-fpm.sock</code></li>
</ul>
<p>iRedMail hard-codes php-fpm socket file in <code>/etc/nginx/nginx.conf</code> or
<code>/etc/nginx/conf.d/default.conf</code>, you must update them to use new socket file.</p><div class="footer">
<code>/etc/nginx/conf.d/default.conf</code>, you must update them to use new socket file.</p>
<h2 id="fail2ban">Fail2ban</h2>
<p>After upgrading Fail2ban, it will fail to start due to duplicate parameter
<code>port =</code> in file <code>/etc/fail2ban/jail.conf</code> under section <code>[pam-generic]</code> like
below:</p>
<pre><code>[pam-generic]
...
port = all
...
port = anyport
</code></pre>
<p>Please comment out either one of them, then Fail2ban should be happy to start.</p><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://bitbucket.org/zhb/iredmail-docs/get/tip.tar.bz2">download the latest version</a> for offline reading. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div>
<script type="text/javascript">