Mention how to bulk create mail users in iRedMail installation guides.

This commit is contained in:
Zhang Huangbin 2015-09-29 14:27:10 +08:00
parent c832a8e140
commit 48c5834ed5
14 changed files with 65 additions and 16 deletions

View File

@ -1,3 +1,3 @@
All articles are written in Markdown format, you can download them for offline
reading, contribute new articles or update existing ones in [BitBucket
repository](https://bitbucket.org/zhb/iredmail-docs/).
repository](https://bitbucket.org/zhb/iredmail-docs/src).

View File

@ -195,7 +195,11 @@ Configuration completed.
message in web browser or mail clients when accessing mailbox via
HTTPS/IMAPS/POP3/SMTPS. Or, you can use
[free SSL cert offerred by StartSSL.com](http://www.startssl.com/?app=1).
We have a document for you to [use a bought SSL certificate](http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html).
We have a document for you to
[use a bought SSL certificate](http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html).
* If you need to bulk create mail users, check our document for
[OpenLDAP](./ldap.bulk.create.mail.users.html) and
[MySQL/MariaDB/PostgreSQL](./sql.bulk.create.mail.users.html).
* If you're running a busy mail server, we have [some suggestions for better
performance](./performance.tuning.html).

View File

@ -200,7 +200,11 @@ Configuration completed.
message in web browser or mail clients when accessing mailbox via
HTTPS/IMAPS/POP3/SMTPS. Or, you can use
[free SSL cert offerred by StartSSL.com](http://www.startssl.com/?app=1).
We have a document for you to [use a bought SSL certificate](http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html).
We have a document for you to
[use a bought SSL certificate](http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html).
* If you need to bulk create mail users, check our document for
[OpenLDAP](./ldap.bulk.create.mail.users.html) and
[MySQL/MariaDB/PostgreSQL](./sql.bulk.create.mail.users.html).
* If you're running a busy mail server, we have [some suggestions for better
performance](./performance.tuning.html).

View File

@ -258,7 +258,11 @@ Configuration completed.
message in web browser or mail clients when accessing mailbox via
HTTPS/IMAPS/POP3/SMTPS. Or, you can use
[free SSL cert offerred by StartSSL.com](http://www.startssl.com/?app=1).
We have a document for you to [use a bought SSL certificate](http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html).
We have a document for you to
[use a bought SSL certificate](http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html).
* If you need to bulk create mail users, check our document for
[OpenLDAP](./ldap.bulk.create.mail.users.html) and
[MySQL/MariaDB/PostgreSQL](./sql.bulk.create.mail.users.html).
* If you're running a busy mail server, we have [some suggestions for better
performance](./performance.tuning.html).

View File

@ -227,7 +227,11 @@ Configuration completed.
message in web browser or mail clients when accessing mailbox via
HTTPS/IMAPS/POP3/SMTPS. Or, you can use
[free SSL cert offerred by StartSSL.com](http://www.startssl.com/?app=1).
We have a document for you to [use a bought SSL certificate](http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html).
We have a document for you to
[use a bought SSL certificate](http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html).
* If you need to bulk create mail users, check our document for
[OpenLDAP](./ldap.bulk.create.mail.users.html) and
[MySQL/MariaDB/PostgreSQL](./sql.bulk.create.mail.users.html).
* If you're running a busy mail server, we have [some suggestions for better
performance](./performance.tuning.html).

View File

@ -222,7 +222,11 @@ Configuration completed.
message in web browser or mail clients when accessing mailbox via
HTTPS/IMAPS/POP3/SMTPS. Or, you can use
[free SSL cert offerred by StartSSL.com](http://www.startssl.com/?app=1).
We have a document for you to [use a bought SSL certificate](http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html).
We have a document for you to
[use a bought SSL certificate](http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html).
* If you need to bulk create mail users, check our document for
[OpenLDAP](./ldap.bulk.create.mail.users.html) and
[MySQL/MariaDB/PostgreSQL](./sql.bulk.create.mail.users.html).
* If you're running a busy mail server, we have [some suggestions for better
performance](./performance.tuning.html).

View File

@ -98,8 +98,12 @@ mysql> DROP USER 'vmailadmin'@'192.168.1.200';
Please follow iRedMail installation guide strictly, but start iRedMail
installer with below command instead of the original one (`bash iRedMail.sh`):
> WARNING: the variable names (`MYSQL_SERVER`, `MYSQL_ROOT_USER`,
> `MYSQL_GRANT_HOST`) are __CASE SENSITIVE__.
> WARNING:
>
> * The variable names (`MYSQL_SERVER`, `MYSQL_ROOT_USER`, `MYSQL_GRANT_HOST`)
> are __CASE SENSITIVE__.
> * With iRedMail-0.9.3 and later releases, it's `MYSQL_SERVER_ADDRESS`, not
> `MYSQL_SERVER`.
```
# MYSQL_SERVER='192.168.1.100' MYSQL_ROOT_USER='admin_iredmail' MYSQL_GRANT_HOST='192.168.1.200' bash iRedMail.sh

View File

@ -9,7 +9,7 @@
<div id="navigation">
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
</div><p>All articles are written in Markdown format, you can download them for offline
reading, contribute new articles or update existing ones in <a href="https://bitbucket.org/zhb/iredmail-docs/">BitBucket
reading, contribute new articles or update existing ones in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket
repository</a>.</p>
<h3 id="overview">Overview</h3>
<ul>

View File

@ -208,7 +208,11 @@ Please <strong>ALWAYS ALWAYS ALWAYS</strong> force users to use a strong passwor
message in web browser or mail clients when accessing mailbox via
HTTPS/IMAPS/POP3/SMTPS. Or, you can use
<a href="http://www.startssl.com/?app=1">free SSL cert offerred by StartSSL.com</a>.
We have a document for you to <a href="http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html">use a bought SSL certificate</a>.</li>
We have a document for you to
<a href="http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html">use a bought SSL certificate</a>.</li>
<li>If you need to bulk create mail users, check our document for
<a href="./ldap.bulk.create.mail.users.html">OpenLDAP</a> and
<a href="./sql.bulk.create.mail.users.html">MySQL/MariaDB/PostgreSQL</a>.</li>
<li>If you're running a busy mail server, we have <a href="./performance.tuning.html">some suggestions for better
performance</a>.</li>
</ul>

View File

@ -211,7 +211,11 @@ Please <strong>ALWAYS ALWAYS ALWAYS</strong> force users to use a strong passwor
message in web browser or mail clients when accessing mailbox via
HTTPS/IMAPS/POP3/SMTPS. Or, you can use
<a href="http://www.startssl.com/?app=1">free SSL cert offerred by StartSSL.com</a>.
We have a document for you to <a href="http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html">use a bought SSL certificate</a>.</li>
We have a document for you to
<a href="http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html">use a bought SSL certificate</a>.</li>
<li>If you need to bulk create mail users, check our document for
<a href="./ldap.bulk.create.mail.users.html">OpenLDAP</a> and
<a href="./sql.bulk.create.mail.users.html">MySQL/MariaDB/PostgreSQL</a>.</li>
<li>If you're running a busy mail server, we have <a href="./performance.tuning.html">some suggestions for better
performance</a>.</li>
</ul>

View File

@ -273,7 +273,11 @@ Please <strong>ALWAYS ALWAYS ALWAYS</strong> force users to use a strong passwor
message in web browser or mail clients when accessing mailbox via
HTTPS/IMAPS/POP3/SMTPS. Or, you can use
<a href="http://www.startssl.com/?app=1">free SSL cert offerred by StartSSL.com</a>.
We have a document for you to <a href="http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html">use a bought SSL certificate</a>.</li>
We have a document for you to
<a href="http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html">use a bought SSL certificate</a>.</li>
<li>If you need to bulk create mail users, check our document for
<a href="./ldap.bulk.create.mail.users.html">OpenLDAP</a> and
<a href="./sql.bulk.create.mail.users.html">MySQL/MariaDB/PostgreSQL</a>.</li>
<li>If you're running a busy mail server, we have <a href="./performance.tuning.html">some suggestions for better
performance</a>.</li>
</ul>

View File

@ -243,8 +243,12 @@ Please <strong>ALWAYS ALWAYS ALWAYS</strong> force users to use a strong passwor
message in web browser or mail clients when accessing mailbox via
HTTPS/IMAPS/POP3/SMTPS. Or, you can use
<a href="http://www.startssl.com/?app=1">free SSL cert offerred by StartSSL.com</a>.
We have a document for you to <a href="http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html">use a bought SSL certificate</a>.</p>
We have a document for you to
<a href="http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html">use a bought SSL certificate</a>.</p>
</li>
<li>If you need to bulk create mail users, check our document for
<a href="./ldap.bulk.create.mail.users.html">OpenLDAP</a> and
<a href="./sql.bulk.create.mail.users.html">MySQL/MariaDB/PostgreSQL</a>.</li>
<li>If you're running a busy mail server, we have <a href="./performance.tuning.html">some suggestions for better
performance</a>.</li>
</ul>

View File

@ -237,7 +237,11 @@ Please <strong>ALWAYS ALWAYS ALWAYS</strong> force users to use a strong passwor
message in web browser or mail clients when accessing mailbox via
HTTPS/IMAPS/POP3/SMTPS. Or, you can use
<a href="http://www.startssl.com/?app=1">free SSL cert offerred by StartSSL.com</a>.
We have a document for you to <a href="http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html">use a bought SSL certificate</a>.</li>
We have a document for you to
<a href="http://www.iredmail.org/docs/use.a.bought.ssl.certificate.html">use a bought SSL certificate</a>.</li>
<li>If you need to bulk create mail users, check our document for
<a href="./ldap.bulk.create.mail.users.html">OpenLDAP</a> and
<a href="./sql.bulk.create.mail.users.html">MySQL/MariaDB/PostgreSQL</a>.</li>
<li>If you're running a busy mail server, we have <a href="./performance.tuning.html">some suggestions for better
performance</a>.</li>
</ul>

View File

@ -111,8 +111,13 @@ mysql&gt; DROP USER 'vmailadmin'@'192.168.1.200';
<p>Please follow iRedMail installation guide strictly, but start iRedMail
installer with below command instead of the original one (<code>bash iRedMail.sh</code>):</p>
<blockquote>
<p>WARNING: the variable names (<code>MYSQL_SERVER</code>, <code>MYSQL_ROOT_USER</code>,
<code>MYSQL_GRANT_HOST</code>) are <strong>CASE SENSITIVE</strong>.</p>
<p>WARNING:</p>
<ul>
<li>The variable names (<code>MYSQL_SERVER</code>, <code>MYSQL_ROOT_USER</code>, <code>MYSQL_GRANT_HOST</code>)
are <strong>CASE SENSITIVE</strong>.</li>
<li>With iRedMail-0.9.3 and later releases, it's <code>MYSQL_SERVER_ADDRESS</code>, not
<code>MYSQL_SERVER</code>.</li>
</ul>
</blockquote>
<pre><code># MYSQL_SERVER='192.168.1.100' MYSQL_ROOT_USER='admin_iredmail' MYSQL_GRANT_HOST='192.168.1.200' bash iRedMail.sh
</code></pre>