This commit is contained in:
Zhang Huangbin 2016-10-23 22:27:06 +08:00
parent 3306134863
commit 7dc36740d7
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ iRedMail ships 2 scripts to help you create many mail users quickly.
from a plain text file and generate a LDIF file, you can import this LDIF
file to create mail users.
## Create mail users with `tools/create_mail_user_OpenLDAP.sh`
## Create mail users with create_mail_user_OpenLDAP.sh
* Open this script and update some variables related to your LDAP server (note:
you can find them in `iRedMail.tips` file):
@ -42,7 +42,7 @@ It will create users `user1@example.com`, `user2@example.com`, `user3@example.co
Note: you don't need to create the mail domain name `example.com` with iRedAdmin first.
## Create mail users with `tools/create_mail_user_OpenLDAP.py`
## Create mail users with create_mail_user_OpenLDAP.py
`tools/create_mail_user_OpenLDAP.py` will read mail accounts from a plain
text file and generate a LDIF file, you can import this LDIF file to create

View File

@ -24,7 +24,7 @@
from a plain text file and generate a LDIF file, you can import this LDIF
file to create mail users.</li>
</ul>
<h2 id="create-mail-users-with-toolscreate_mail_user_openldapsh">Create mail users with <code>tools/create_mail_user_OpenLDAP.sh</code></h2>
<h2 id="create-mail-users-with-create_mail_user_openldapsh">Create mail users with create_mail_user_OpenLDAP.sh</h2>
<ul>
<li>
<p>Open this script and update some variables related to your LDAP server (note:
@ -59,7 +59,7 @@
<p>It will create users <code>user1@example.com</code>, <code>user2@example.com</code>, <code>user3@example.com</code>.</p>
<p>Note: you don't need to create the mail domain name <code>example.com</code> with iRedAdmin first.</p>
<h2 id="create-mail-users-with-toolscreate_mail_user_openldappy">Create mail users with <code>tools/create_mail_user_OpenLDAP.py</code></h2>
<h2 id="create-mail-users-with-create_mail_user_openldappy">Create mail users with create_mail_user_OpenLDAP.py</h2>
<p><code>tools/create_mail_user_OpenLDAP.py</code> will read mail accounts from a plain
text file and generate a LDIF file, you can import this LDIF file to create
mail users.</p>