This commit is contained in:
Zhang Huangbin 2021-08-27 14:19:09 +08:00
parent 1e01c82e92
commit 78a5e46939
2 changed files with 10 additions and 10 deletions

View File

@ -92,7 +92,7 @@ mx.example.com
* Install package `gzip` so that you can uncompress downloaded iRedMail package. * Install package `gzip` so that you can uncompress downloaded iRedMail package.
``` ```
# sudo apt-get install gzip sudo apt-get install gzip
``` ```
### Download the latest release of iRedMail ### Download the latest release of iRedMail
@ -107,8 +107,8 @@ mx.example.com
* Uncompress iRedMail tarball: * Uncompress iRedMail tarball:
``` ```
# cd /root/ cd /root/
# tar zxf iRedMail-x.y.z.tar.gz tar zxf iRedMail-x.y.z.tar.gz
``` ```
## Start iRedMail installer ## Start iRedMail installer
@ -117,8 +117,8 @@ 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. questions, that's all required to setup a full-featured mail server.
``` ```
# cd /root/iRedMail-x.y.z/ cd /root/iRedMail-x.y.z/
# bash iRedMail.sh bash iRedMail.sh
``` ```
## Screenshots of installation: ## Screenshots of installation:

View File

@ -123,7 +123,7 @@ mx.example.com
<code>/etc/apt/sources.list</code>.</li> <code>/etc/apt/sources.list</code>.</li>
<li>Install package <code>gzip</code> so that you can uncompress downloaded iRedMail package.</li> <li>Install package <code>gzip</code> so that you can uncompress downloaded iRedMail package.</li>
</ul> </ul>
<pre><code># sudo apt-get install gzip <pre><code>sudo apt-get install gzip
</code></pre> </code></pre>
<h3 id="download-the-latest-release-of-iredmail">Download the latest release of iRedMail</h3> <h3 id="download-the-latest-release-of-iredmail">Download the latest release of iRedMail</h3>
@ -141,15 +141,15 @@ mx.example.com
<p>Uncompress iRedMail tarball:</p> <p>Uncompress iRedMail tarball:</p>
</li> </li>
</ul> </ul>
<pre><code># cd /root/ <pre><code>cd /root/
# tar zxf iRedMail-x.y.z.tar.gz tar zxf iRedMail-x.y.z.tar.gz
</code></pre> </code></pre>
<h2 id="start-iredmail-installer">Start iRedMail installer</h2> <h2 id="start-iredmail-installer">Start iRedMail installer</h2>
<p>It's now ready to start iRedMail installer, it will ask you several simple <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> questions, that's all required to setup a full-featured mail server.</p>
<pre><code># cd /root/iRedMail-x.y.z/ <pre><code>cd /root/iRedMail-x.y.z/
# bash iRedMail.sh bash iRedMail.sh
</code></pre> </code></pre>
<h2 id="screenshots-of-installation">Screenshots of installation:</h2> <h2 id="screenshots-of-installation">Screenshots of installation:</h2>