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