This commit is contained in:
Zhang Huangbin 2016-03-07 01:23:52 +08:00
parent f1958d15c1
commit 8f8f67d72f
10 changed files with 95 additions and 105 deletions

View File

@ -96,23 +96,23 @@ mx.example.com
It's now ready to start iRedMail installer, it will ask you several simple
questions, that's all required to setup a full-featured mail server.
> __Note to Chinese users__:
>
> Our domain name `iredmail.org` is blocked in mainland
> China since Jun 04, 2011, please run command below to finish the installation:
>
> `IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh`
>
> Additional variables are:
>
> * EPEL repo: `IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel'`
> * SOGo repo: `SOGO_PKG_MIRROR='http://42.159.241.31/SOGo'`
```
# cd /root/iRedMail-x.y.z/
# bash iRedMail.sh
```
!!! note "Note to Chinese users"
Our domain name `iredmail.org` has been blocked in mainland China for
years (since Jun 04, 2011), please run command below to finish the
installation:
`IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh`
Additional variables are:
* SOGo repo: `SOGO_PKG_MIRROR='http://42.159.241.31/SOGo'`
## Screenshots of installation:
* Welcome and thanks for your use

View File

@ -101,23 +101,19 @@ mx.example.com
It's now ready to start iRedMail installer, it will ask you several simple
questions, that's all required to setup a full-featured mail server.
> __Note to Chinese users__:
>
> Our domain name `iredmail.org` is blocked in mainland
> China since Jun 04, 2011, please run command below to finish the installation:
>
> `IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh`
>
> Additional variables are:
>
> * EPEL repo: `IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel'`
> * SOGo repo: `SOGO_PKG_MIRROR='http://42.159.241.31/SOGo'`
```
# cd /root/iRedMail-x.y.z/
# bash iRedMail.sh
```
!!! note "Note to Chinese users"
Our domain name `iredmail.org` has been blocked in mainland China for
years (since Jun 04, 2011), please run command below to finish the
installation:
`IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh`
## Screenshots of installation:
* Welcome and thanks for your use

View File

@ -116,24 +116,20 @@ nameserver 172.16.244.2
It's now ready to start iRedMail installer inside Jail, it will ask you several simple
questions, that's all required to setup a full-featured mail server.
> __Note to Chinese users__:
>
> Our domain name `iredmail.org` is blocked in mainland
> China since Jun 04, 2011, please run command below to finish the installation:
>
> `IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh`
>
> Additional variables are:
>
> * EPEL repo: `IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel'`
> * SOGo repo: `SOGO_PKG_MIRROR='http://42.159.241.31/SOGo'`
```
# bash # <- start bash shell, REQUIRED
# cd /root/iRedMail/
# LOCAL_ADDRESS='172.16.244.254' bash iRedMail.sh
```
!!! note "Note to Chinese users"
Our domain name `iredmail.org` has been blocked in mainland China for
years (since Jun 04, 2011), please run command below to finish the
installation:
`IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh`
## Screenshots of installation:
* Welcome and thanks for your use

View File

@ -127,23 +127,24 @@ Disable it immediately without rebooting your server.
It's now ready to start iRedMail installer, it will ask you several simple
questions, that's all required to setup a full-featured mail server.
> __Note to Chinese users__:
>
> Our domain name `iredmail.org` is blocked in mainland
> China since Jun 04, 2011, please run command below to finish the installation:
>
> `IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh`
>
> Additional variables are:
>
> * EPEL repo: `IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel'`
> * SOGo repo: `SOGO_PKG_MIRROR='http://42.159.241.31/SOGo'`
```
# cd /root/iRedMail-x.y.z/
# bash iRedMail.sh
```
!!! note "Note to Chinese Users"
Our domain name `iredmail.org` has been blocked in mainland China for
years (since Jun 04, 2011), please run command below to finish the
installation:
`IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh`
Additional variables are:
* EPEL repo: `IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel'`
* SOGo repo: `SOGO_PKG_MIRROR='http://42.159.241.31/SOGo'`
## Screenshots of installation:
* Welcome and thanks for your use

View File

@ -51,14 +51,16 @@ external network is blocked by firewall (iptables, pf).
All ports are listening on `127.0.0.1` by default.
## iRedAPD (Postfix policy server)
* 7777: default listen port. Listening on IP address `127.0.0.1` by default,
offers greylisting, whitelisting, blacklists, throttling, and other features.
## Policyd or Cluebringer (Postfix policy server)
* 10031: default listen port. Listening on IP address `127.0.0.1` by default.
!!! attention
!!! note
Policyd and Cluebringer were removed since iRedMail-0.9.3.
## iRedAPD (Postfix policy server)
* 7777: default listen port. Listening on IP address `127.0.0.1` by default.
Policyd and Cluebringer were removed since iRedMail-0.9.3, they're replaced
by iRedAPD.

View File

@ -113,21 +113,21 @@ mx.example.com
<h2 id="start-iredmail-installer">Start iRedMail installer</h2>
<p>It's now ready to start iRedMail installer, it will ask you several simple
questions, that's all required to setup a full-featured mail server.</p>
<blockquote>
<p><strong>Note to Chinese users</strong>:</p>
<p>Our domain name <code>iredmail.org</code> is blocked in mainland
China since Jun 04, 2011, please run command below to finish the installation:</p>
<p><code>IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh</code></p>
<p>Additional variables are:</p>
<ul>
<li>EPEL repo: <code>IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel'</code></li>
<li>SOGo repo: <code>SOGO_PKG_MIRROR='http://42.159.241.31/SOGo'</code></li>
</ul>
</blockquote>
<pre><code># cd /root/iRedMail-x.y.z/
# bash iRedMail.sh
</code></pre>
<div class="admonition note">
<p class="admonition-title">Note to Chinese users</p>
<p>Our domain name <code>iredmail.org</code> has been blocked in mainland China for
years (since Jun 04, 2011), please run command below to finish the
installation:</p>
<p><code>IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh</code></p>
<p>Additional variables are:</p>
<ul>
<li>SOGo repo: <code>SOGO_PKG_MIRROR='http://42.159.241.31/SOGo'</code></li>
</ul>
</div>
<h2 id="screenshots-of-installation">Screenshots of installation:</h2>
<ul>
<li>Welcome and thanks for your use</li>

View File

@ -116,21 +116,17 @@ mx.example.com
<h2 id="start-iredmail-installer">Start iRedMail installer</h2>
<p>It's now ready to start iRedMail installer, it will ask you several simple
questions, that's all required to setup a full-featured mail server.</p>
<blockquote>
<p><strong>Note to Chinese users</strong>:</p>
<p>Our domain name <code>iredmail.org</code> is blocked in mainland
China since Jun 04, 2011, please run command below to finish the installation:</p>
<p><code>IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh</code></p>
<p>Additional variables are:</p>
<ul>
<li>EPEL repo: <code>IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel'</code></li>
<li>SOGo repo: <code>SOGO_PKG_MIRROR='http://42.159.241.31/SOGo'</code></li>
</ul>
</blockquote>
<pre><code># cd /root/iRedMail-x.y.z/
# bash iRedMail.sh
</code></pre>
<div class="admonition note">
<p class="admonition-title">Note to Chinese users</p>
<p>Our domain name <code>iredmail.org</code> has been blocked in mainland China for
years (since Jun 04, 2011), please run command below to finish the
installation:</p>
<p><code>IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh</code></p>
</div>
<h2 id="screenshots-of-installation">Screenshots of installation:</h2>
<ul>
<li>Welcome and thanks for your use</li>

View File

@ -142,22 +142,18 @@ nameserver 172.16.244.2
<h2 id="start-iredmail-installer">Start iRedMail installer</h2>
<p>It's now ready to start iRedMail installer inside Jail, it will ask you several simple
questions, that's all required to setup a full-featured mail server.</p>
<blockquote>
<p><strong>Note to Chinese users</strong>:</p>
<p>Our domain name <code>iredmail.org</code> is blocked in mainland
China since Jun 04, 2011, please run command below to finish the installation:</p>
<p><code>IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh</code></p>
<p>Additional variables are:</p>
<ul>
<li>EPEL repo: <code>IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel'</code></li>
<li>SOGo repo: <code>SOGO_PKG_MIRROR='http://42.159.241.31/SOGo'</code></li>
</ul>
</blockquote>
<pre><code># bash # &lt;- start bash shell, REQUIRED
# cd /root/iRedMail/
# LOCAL_ADDRESS='172.16.244.254' bash iRedMail.sh
</code></pre>
<div class="admonition note">
<p class="admonition-title">Note to Chinese users</p>
<p>Our domain name <code>iredmail.org</code> has been blocked in mainland China for
years (since Jun 04, 2011), please run command below to finish the
installation:</p>
<p><code>IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh</code></p>
</div>
<h2 id="screenshots-of-installation">Screenshots of installation:</h2>
<ul>
<li>Welcome and thanks for your use</li>

View File

@ -143,21 +143,22 @@ used by iRedMail team to build the binary packages are available
<h2 id="start-iredmail-installer">Start iRedMail installer</h2>
<p>It's now ready to start iRedMail installer, it will ask you several simple
questions, that's all required to setup a full-featured mail server.</p>
<blockquote>
<p><strong>Note to Chinese users</strong>:</p>
<p>Our domain name <code>iredmail.org</code> is blocked in mainland
China since Jun 04, 2011, please run command below to finish the installation:</p>
<pre><code># cd /root/iRedMail-x.y.z/
# bash iRedMail.sh
</code></pre>
<div class="admonition note">
<p class="admonition-title">Note to Chinese Users</p>
<p>Our domain name <code>iredmail.org</code> has been blocked in mainland China for
years (since Jun 04, 2011), please run command below to finish the
installation:</p>
<p><code>IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh</code></p>
<p>Additional variables are:</p>
<ul>
<li>EPEL repo: <code>IREDMAIL_EPEL_MIRROR='http://mirrors.aliyun.com/epel'</code></li>
<li>SOGo repo: <code>SOGO_PKG_MIRROR='http://42.159.241.31/SOGo'</code></li>
</ul>
</blockquote>
<pre><code># cd /root/iRedMail-x.y.z/
# bash iRedMail.sh
</code></pre>
</div>
<h2 id="screenshots-of-installation">Screenshots of installation:</h2>
<ul>
<li>Welcome and thanks for your use</li>

View File

@ -19,8 +19,8 @@
<li><a href="#openldap">OpenLDAP</a></li>
<li><a href="#pop3imap-dovecot">POP3/IMAP (Dovecot)</a></li>
<li><a href="#amavisd-new">Amavisd-new</a></li>
<li><a href="#policyd-or-cluebringer-postfix-policy-server">Policyd or Cluebringer (Postfix policy server)</a></li>
<li><a href="#iredapd-postfix-policy-server">iRedAPD (Postfix policy server)</a></li>
<li><a href="#policyd-or-cluebringer-postfix-policy-server">Policyd or Cluebringer (Postfix policy server)</a></li>
</ul>
</li>
</ul>
@ -71,18 +71,20 @@ external network is blocked by firewall (iptables, pf).</p>
<li>9998: port used to manage quarantined emails.</li>
</ul>
<p>All ports are listening on <code>127.0.0.1</code> by default.</p>
<h2 id="iredapd-postfix-policy-server">iRedAPD (Postfix policy server)</h2>
<ul>
<li>7777: default listen port. Listening on IP address <code>127.0.0.1</code> by default,
offers greylisting, whitelisting, blacklists, throttling, and other features.</li>
</ul>
<h2 id="policyd-or-cluebringer-postfix-policy-server">Policyd or Cluebringer (Postfix policy server)</h2>
<ul>
<li>10031: default listen port. Listening on IP address <code>127.0.0.1</code> by default.</li>
</ul>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>Policyd and Cluebringer were removed since iRedMail-0.9.3.</p>
</div>
<h2 id="iredapd-postfix-policy-server">iRedAPD (Postfix policy server)</h2>
<ul>
<li>7777: default listen port. Listening on IP address <code>127.0.0.1</code> by default.</li>
</ul><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. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Policyd and Cluebringer were removed since iRedMail-0.9.3, they're replaced
by iRedAPD.</p>
</div><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. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)