From 7ad215ab23ace035adf1622e44177ff7e78e910c Mon Sep 17 00:00:00 2001 From: CaptainArk Date: Sun, 13 Mar 2016 17:50:22 +0100 Subject: [PATCH] postfix admin type fix #3 --- 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 3c5d35e..00e4850 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 ``` -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 systemctl restart postfix diff --git a/output/postfix-admin.html b/output/postfix-admin.html index 4f456d6..cf4273c 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=& -

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 :

systemctl restart postfix
 systemctl restart dovecot
 
diff --git a/output/rss.xml b/output/rss.xml index 013820d..44ebc56 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>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 systemctl restart dovecot </pre></div>