This commit is contained in:
Zhang Huangbin 2016-06-24 00:22:50 +08:00
parent ffc369afde
commit e50a713d47
6 changed files with 38 additions and 22 deletions

View File

@ -93,14 +93,16 @@ Disable it immediately without rebooting your server.
* For Red Hat Enterprise Linux, please enable Red Hat Network to install
packages, or create a local yum repository with DVD/CD ISO images.
> __NOTE__: Since official RHEL/CentOS and EPEL repositories don't have all
> required packages with the needed features, iRedMail team has built these
> packages and made them available trough the iRedMail repository enabled by
> default at installation time. You can view all available packages
> [here](http://www.iredmail.org/yum/rpms/), please check `README` and
> `ChangeLog` files under each directory for more details. Source RPMs (srpm)
> used by iRedMail team to build the binary packages are available
> [here](http://www.iredmail.org/yum/srpms/).
!!! attention
Since official RHEL/CentOS and EPEL repositories don't have all
required packages with the needed features, iRedMail team has built these
packages and made them available trough the iRedMail repository enabled by
default at installation time. You can view all available packages
[here](http://www.iredmail.org/yum/rpms/), please check `README` and
`ChangeLog` files under each directory for more details. Source RPMs (srpm)
used by iRedMail team to build the binary packages are available
[here](http://www.iredmail.org/yum/srpms/).
### Download the latest release of iRedMail

View File

@ -108,8 +108,13 @@ mx.example.com
<h2 id="iredmail_1">运行 iRedMail 安装程序</h2>
<p>现在可以运行 iRedMail 安装程序了,它会问你几个简单的问题,仅此而已。</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>由于 iredmail.org 域名在国内无法访问,所以需要指定 <code>IREDMAIL_MIRROR</code> 参数
使用另外的镜像站点。</p>
</div>
<pre><code># cd /root/iRedMail-x.y.z/
# bash iRedMail.sh
# IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh
</code></pre>
<h2 id="_3">安装过程的截图</h2>

View File

@ -119,15 +119,16 @@ mx.example.com
<h2 id="iredmail_1">运行 iRedMail 安装程序</h2>
<p>现在可以运行 iRedMail 安装程序了,它会问你几个简单的问题,仅此而已。</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>由于 iredmail.org 域名在国内无法访问,所以需要指定 <code>IREDMAIL_MIRROR</code> 参数
使用国内镜像站点。<code>IREDMAIL_EPEL_MIRROR</code> 参数则是为了加快安装速度而选择的
国内阿里云提供的 EPEL 软件包仓库镜像。</p>
</div>
<pre><code># cd /root/iRedMail-x.y.z/
# IREDMAIL_MIRROR='http://42.159.241.31' IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel' bash iRedMail.sh
</code></pre>
<blockquote>
<p>由于 iredmail.org 域名在国内无法访问,所以需要指定 <code>IREDMAIL_MIRROR</code> 参数使用
国内镜像站点。<code>IREDMAIL_EPEL_MIRROR</code> 则是为了加快安装速度而选择的国内的阿里云
提供的 EPEL 软件包仓库镜像。</p>
</blockquote>
<h2 id="_3">安装过程的截图</h2>
<ul>
<li>欢迎和感谢使用</li>

View File

@ -116,8 +116,9 @@ set below value instead:</p>
packages, or create a local yum repository with DVD/CD ISO images.</p>
</li>
</ul>
<blockquote>
<p><strong>NOTE</strong>: Since official RHEL/CentOS and EPEL repositories don't have all
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>Since official RHEL/CentOS and EPEL repositories don't have all
required packages with the needed features, iRedMail team has built these
packages and made them available trough the iRedMail repository enabled by
default at installation time. You can view all available packages
@ -125,7 +126,7 @@ default at installation time. You can view all available packages
<code>ChangeLog</code> files under each directory for more details. Source RPMs (srpm)
used by iRedMail team to build the binary packages are available
<a href="http://www.iredmail.org/yum/srpms/">here</a>.</p>
</blockquote>
</div>
<h3 id="download-the-latest-release-of-iredmail">Download the latest release of iRedMail</h3>
<ul>
<li>

View File

@ -82,9 +82,14 @@ mx.example.com
现在可以运行 iRedMail 安装程序了,它会问你几个简单的问题,仅此而已。
!!! warning
由于 iredmail.org 域名在国内无法访问,所以需要指定 `IREDMAIL_MIRROR` 参数
使用另外的镜像站点。
```
# cd /root/iRedMail-x.y.z/
# bash iRedMail.sh
# IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh
```
## 安装过程的截图

View File

@ -99,15 +99,17 @@ SELINUX=permissive
现在可以运行 iRedMail 安装程序了,它会问你几个简单的问题,仅此而已。
!!! warning
由于 iredmail.org 域名在国内无法访问,所以需要指定 `IREDMAIL_MIRROR` 参数
使用国内镜像站点。`IREDMAIL_EPEL_MIRROR` 参数则是为了加快安装速度而选择的
国内阿里云提供的 EPEL 软件包仓库镜像。
```
# cd /root/iRedMail-x.y.z/
# IREDMAIL_MIRROR='http://42.159.241.31' IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel' bash iRedMail.sh
```
> 由于 iredmail.org 域名在国内无法访问,所以需要指定 `IREDMAIL_MIRROR` 参数使用
> 国内镜像站点。`IREDMAIL_EPEL_MIRROR` 则是为了加快安装速度而选择的国内的阿里云
> 提供的 EPEL 软件包仓库镜像。
## 安装过程的截图
* 欢迎和感谢使用