From 808f01af2bc23bda6bd9a225df6a56fd7f83f100 Mon Sep 17 00:00:00 2001 From: CaptainArk Date: Sun, 13 Mar 2016 17:49:39 +0100 Subject: [PATCH] postfix admin type fix #2 --- content/postfixadmin.md | 2 +- output/postfix-admin.html | 2 +- output/rss.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/postfixadmin.md b/content/postfixadmin.md index e30ca48..3c5d35e 100644 --- a/content/postfixadmin.md +++ b/content/postfixadmin.md @@ -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 diff --git a/output/postfix-admin.html b/output/postfix-admin.html index 83dc0b0..4f456d6 100644 --- a/output/postfix-admin.html +++ b/output/postfix-admin.html @@ -198,7 +198,7 @@ password_query = SELECT username as user, password FROM mailbox WHERE username=& -

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 :

systemctl restart postfix
 systemctl restart dovecot
 
diff --git a/output/rss.xml b/output/rss.xml index 29f619d..013820d 100644 --- a/output/rss.xml +++ b/output/rss.xml @@ -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>