postfix admin type fix #3
This commit is contained in:
parent
808f01af2b
commit
7ad215ab23
@ -119,7 +119,7 @@ We now have to dump the contents of the mailnew database into the newly created
|
|||||||
mysqldump mailnew | mysql mail
|
mysqldump mailnew | mysql mail
|
||||||
```
|
```
|
||||||
|
|
||||||
Next, let's Postfix and Dovecot so that it starts using the new database schema :
|
Next, let's restart Postfix and Dovecot so that they start using the new database schema :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
systemctl restart postfix
|
systemctl restart postfix
|
||||||
|
@ -198,7 +198,7 @@ password_query = SELECT username as user, password FROM mailbox WHERE username=&
|
|||||||
</pre></div>
|
</pre></div>
|
||||||
|
|
||||||
|
|
||||||
<p>Next, let's Postfix and Dovecot so that it starts using the new database schema :</p>
|
<p>Next, let's restart Postfix and Dovecot so that they start using the new database schema :</p>
|
||||||
<div class="highlight"><pre><span></span>systemctl restart postfix
|
<div class="highlight"><pre><span></span>systemctl restart postfix
|
||||||
systemctl restart dovecot
|
systemctl restart dovecot
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
@ -87,7 +87,7 @@ password_query = SELECT username as user, password FROM mailbox WHERE username=&
|
|||||||
</pre></div>
|
</pre></div>
|
||||||
|
|
||||||
|
|
||||||
<p>Next, let's Postfix and Dovecot so that it starts using the new database schema :</p>
|
<p>Next, let's restart Postfix and Dovecot so that they start using the new database schema :</p>
|
||||||
<div class="highlight"><pre><span></span>systemctl restart postfix
|
<div class="highlight"><pre><span></span>systemctl restart postfix
|
||||||
systemctl restart dovecot
|
systemctl restart dovecot
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user