Mention package choices in iRedMail installation guide for OpenBSD.

This commit is contained in:
Zhang Huangbin 2015-01-05 00:08:34 +08:00
parent cca64f637d
commit 8b9c8b5e06
2 changed files with 21 additions and 6 deletions

View File

@ -37,8 +37,8 @@ which means your server does <strong>NOT</strong> have mail related components i
e.g. MySQL, OpenLDAP, Postfix, Dovecot, Amavisd, etc. iRedMail will install
and configure them for you automatically. Otherwise it may override your
existing files/configurations althought it will backup files before modifing,
and it may be not working as expected.
To install iRedMail on OpenBSD, you need:</p>
and it may be not working as expected.</p>
<p>To install iRedMail on OpenBSD, you need:</p>
<ul>
<li>A <strong>FRESH</strong>, working OpenBSD system. Supported releases are listed on
<a href="../download.html">Download</a> page.</li>
@ -58,9 +58,18 @@ To install iRedMail on OpenBSD, you need:</p>
</ul>
<p>Notes:</p>
<ul>
<li>All binary packages will be installed with command <code>pkg_add -i</code>.</li>
<li>Apache chroot is disabled by default, required by iRedAdmin - the web-based
admin panel.</li>
<li>
<p>All binary packages will be installed with command <code>pkg_add -i</code>. It will
prompt you to choose different versions of binary packages, please choose
the one described below:</p>
<ul>
<li>choose <code>p5-Mail-SPF</code>, NOT <code>p5-Mail-SPF-Query</code></li>
</ul>
</li>
<li>
<p>Apache chroot is disabled by default, required by iRedAdmin - the web-based
admin panel.</p>
</li>
<li>PF is enabled by default, with basic rules for ssh and mail services.</li>
<li>System built-in <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/spamd.8"><code>spamd(8)</code></a> is enabled by default for greylisting,
whitelisting, blacklisting.</li>

View File

@ -10,6 +10,7 @@ e.g. MySQL, OpenLDAP, Postfix, Dovecot, Amavisd, etc. iRedMail will install
and configure them for you automatically. Otherwise it may override your
existing files/configurations althought it will backup files before modifing,
and it may be not working as expected.
To install iRedMail on OpenBSD, you need:
* A __FRESH__, working OpenBSD system. Supported releases are listed on
@ -27,7 +28,12 @@ To install iRedMail on OpenBSD, you need:
Notes:
* All binary packages will be installed with command `pkg_add -i`.
* All binary packages will be installed with command `pkg_add -i`. It will
prompt you to choose different versions of binary packages, please choose
the one described below:
* choose `p5-Mail-SPF`, NOT `p5-Mail-SPF-Query`
* Apache chroot is disabled by default, required by iRedAdmin - the web-based
admin panel.
* PF is enabled by default, with basic rules for ssh and mail services.