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.
```
# sudo apt-get install gzip
sudo apt-get install gzip
```
### Download the latest release of iRedMail
@ -107,8 +107,8 @@ mx.example.com
* Uncompress iRedMail tarball:
```
# cd /root/
# tar zxf iRedMail-x.y.z.tar.gz
cd /root/
tar zxf iRedMail-x.y.z.tar.gz
```
## 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.
```
# cd /root/iRedMail-x.y.z/
# bash iRedMail.sh
cd /root/iRedMail-x.y.z/
bash iRedMail.sh
```
## Screenshots of installation:

View File

@ -123,7 +123,7 @@ mx.example.com
<code>/etc/apt/sources.list</code>.</li>
<li>Install package <code>gzip</code> so that you can uncompress downloaded iRedMail package.</li>
</ul>
<pre><code># sudo apt-get install gzip
<pre><code>sudo apt-get install gzip
</code></pre>
<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>
</li>
</ul>
<pre><code># cd /root/
# tar zxf iRedMail-x.y.z.tar.gz
<pre><code>cd /root/
tar zxf iRedMail-x.y.z.tar.gz
</code></pre>
<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>
<pre><code># cd /root/iRedMail-x.y.z/
# bash iRedMail.sh
<pre><code>cd /root/iRedMail-x.y.z/
bash iRedMail.sh
</code></pre>
<h2 id="screenshots-of-installation">Screenshots of installation:</h2>