Fix incorrect download URLs.

This commit is contained in:
Zhang Huangbin 2018-02-01 18:10:26 +08:00
parent 96b6e72af0
commit b660300e47
2 changed files with 12 additions and 12 deletions

View File

@ -324,14 +324,14 @@ steps below to apply the SQL structure change.
```
cd /tmp/
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8-amavisd.mysql
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/amavisd.mysql
```
* Connect to MySQL server as MySQL root user, and execute SQL commands:
```
$ mysql amavisd
mysql> SOURCE /tmp/0.9.8-amavisd.mysql;
mysql> SOURCE /tmp/amavisd.mysql;
```
### Update SOGo config file for per-domain global address book
@ -452,14 +452,14 @@ address without address extension in a new column `maddr.email_raw`. Steps:
```
cd /tmp/
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8-amavisd.mysql
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/amavisd.mysql
```
* Connect to MySQL server as MySQL root user, and execute SQL commands:
```
# mysql amavisd
sql> SOURCE /tmp/0.9.8-amavisd.mysql;
sql> SOURCE /tmp/amavisd.mysql;
```
## PostgreSQL backend
@ -546,7 +546,7 @@ address without address extension in a new column `maddr.email_raw`. Steps:
```
cd /tmp/
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8-amavisd.pgsql
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/amavisd.pgsql
```
* Run shell commands as root user below to connect to PostgreSQL server:
@ -554,5 +554,5 @@ wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8-amavisd.p
```
# su - postgres
$ psql -U amavisd -d vmail
sql> \i /tmp/0.9.8-amavisd.pgsql
sql> \i /tmp/amavisd.pgsql
```

View File

@ -354,14 +354,14 @@ steps below to apply the SQL structure change.</p>
<li>Download SQL template file used to update SQL database:</li>
</ul>
<pre><code>cd /tmp/
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8-amavisd.mysql
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/amavisd.mysql
</code></pre>
<ul>
<li>Connect to MySQL server as MySQL root user, and execute SQL commands:</li>
</ul>
<pre><code>$ mysql amavisd
mysql&gt; SOURCE /tmp/0.9.8-amavisd.mysql;
mysql&gt; SOURCE /tmp/amavisd.mysql;
</code></pre>
<h3 id="update-sogo-config-file-for-per-domain-global-address-book">Update SOGo config file for per-domain global address book</h3>
@ -476,14 +476,14 @@ address without address extension in a new column <code>maddr.email_raw</code>.
<li>Download SQL template file used to update SQL database:</li>
</ul>
<pre><code>cd /tmp/
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8-amavisd.mysql
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/amavisd.mysql
</code></pre>
<ul>
<li>Connect to MySQL server as MySQL root user, and execute SQL commands:</li>
</ul>
<pre><code># mysql amavisd
sql&gt; SOURCE /tmp/0.9.8-amavisd.mysql;
sql&gt; SOURCE /tmp/amavisd.mysql;
</code></pre>
<h2 id="postgresql-backend">PostgreSQL backend</h2>
@ -565,7 +565,7 @@ address without address extension in a new column <code>maddr.email_raw</code>.
<li>Download SQL template file used to update SQL database:</li>
</ul>
<pre><code>cd /tmp/
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8-amavisd.pgsql
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/amavisd.pgsql
</code></pre>
<ul>
@ -573,7 +573,7 @@ wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8-amavisd.p
</ul>
<pre><code># su - postgres
$ psql -U amavisd -d vmail
sql&gt; \i /tmp/0.9.8-amavisd.pgsql
sql&gt; \i /tmp/amavisd.pgsql
</code></pre><div class="footer">
<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. You can <a href="https://bitbucket.org/zhb/iredmail-docs/get/tip.tar.bz2">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div>