Add sysctl parameter 'security.jail.sysvipc_allowed=1' on FreeBSD host, required if you're going to install iRedMail with PostgreSQL backend inside Jail.

This commit is contained in:
Zhang Huangbin 2017-03-28 01:10:36 +08:00
parent 76c06af2c3
commit afa72f2829
2 changed files with 14 additions and 0 deletions

View File

@ -48,6 +48,13 @@ and it may not be working as expected.
ezjail_enable="YES"
```
* Enable a new parameter in `/etc/sysctl.conf`, this is required if you're
going to install iRedMail with PostgreSQL backend.
```
security.jail.sysvipc_allowed=1
```
* Rebooting system is required after changing `/etc/rc.conf`.
```

View File

@ -84,6 +84,13 @@ and it may not be working as expected.</p>
ezjail_enable=&quot;YES&quot;
</code></pre>
<ul>
<li>Enable a new parameter in <code>/etc/sysctl.conf</code>, this is required if you're
going to install iRedMail with PostgreSQL backend.</li>
</ul>
<pre><code>security.jail.sysvipc_allowed=1
</code></pre>
<ul>
<li>Rebooting system is required after changing <code>/etc/rc.conf</code>.</li>
</ul>