postfix admin type fix #2

This commit is contained in:
CaptainArk 2016-03-13 17:49:39 +01:00
parent 9a7c3e441a
commit 808f01af2b
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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>

View File

@ -87,7 +87,7 @@ password_query = SELECT username as user, password FROM mailbox WHERE username=&
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;The last thing we have to do is to restart Postfix and Dovecot so that it starts using the new database schema :&lt;/p&gt;
&lt;p&gt;Next, let's Postfix and Dovecot so that it starts using the new database schema :&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;systemctl restart postfix
systemctl restart dovecot
&lt;/pre&gt;&lt;/div&gt;