Remove SOGo mirror for Chinese users.

This commit is contained in:
Zhang Huangbin 2016-10-10 15:54:52 +08:00
parent 15b59c7dbf
commit 8add09bcda
6 changed files with 8 additions and 12 deletions

View File

@ -228,8 +228,9 @@ Notes:
Parameter Name | Summary | Sample Usage
--- |--- |---
`name` | display name | `name=My List Name`
`name` | Display name | `name=My List Name`
`accessPolicy` | Defines who can send email to this mail alias account | `accessPolicy=public`
`members` | Members of mail alias. Multiple members must be separated by comma. | `members=user1@domain.com,user2@domain.com`
!!! attention

View File

@ -109,10 +109,6 @@ questions, that's all required to setup a full-featured mail server.
`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

@ -141,7 +141,6 @@ questions, that's all required to setup a full-featured mail server.
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:

View File

@ -134,10 +134,6 @@ questions, that's all required to setup a full-featured mail server.</p>
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>

View File

@ -162,7 +162,6 @@ installation:</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>
</div>
<h2 id="screenshots-of-installation">Screenshots of installation:</h2>

View File

@ -550,7 +550,7 @@ please use mail alias account as mailing list.</p>
<tbody>
<tr>
<td><code>name</code></td>
<td>display name</td>
<td>Display name</td>
<td><code>name=My List Name</code></td>
</tr>
<tr>
@ -558,6 +558,11 @@ please use mail alias account as mailing list.</p>
<td>Defines who can send email to this mail alias account</td>
<td><code>accessPolicy=public</code></td>
</tr>
<tr>
<td><code>members</code></td>
<td>Members of mail alias. Multiple members must be separated by comma.</td>
<td><code>members=user1@domain.com,user2@domain.com</code></td>
</tr>
</tbody>
</table>
<div class="admonition attention">