Ldap + qmail + postaci installation, user management
References:
1. Build a large-capacity webmail system (author: Xie Shunhua)
Currently, only Chinese qmail + ldap materials can be found
Http://www.linuxforum.net/doc/webmail.html
2. Postaci Webmail
The php-based webmail system supports pop3 and imap, and uses databases for caching.
Compared with imp and sqwebmail, the configuration is quite easy and the interface is good.
(Http://www.trlinux.com /)
3. Simple ldap user admin tool
For Qmail php version user management, you can set user information, alias, maillist, company organization...
Http://sourceforge.net/projects/alldap/
4. Softerra LDAP Browser
Win32 ldap viewing and modification tool
Http://www.ldapbrowser.com
5. Life With qmail-ldap
Http://www.lifewithqmail.org/ldap/
6. Life With qmail
Http://www.lifewithqmail.org/
Note:
Considering that qmail is not easy to manage using system users. however, using mysql as a user may conflict with mysql users, and mysql has many limitations, without the open and free expansion features of ldap. after ldap is used, php ldap functions can be used to implement user management. Users can easily program and solve user management.
Because it is not a virtual host, the configuration is Simple and easy to use Postaci and Simple ldap user admin tool. It is suitable for a single group/company.
Installation:
1. for openldap, see Step 1 in Document 1. in the/etc/openldap directory, set openldap. In addition to adding the qmailUser type of qmail in reference 1, modify slapd. conf file. The key content is as follows:
# Your company name, preferably site name
Suffix "dc = test, dc = com"
# Administrator name, similar to system administrator. It is very long but important.
Rootdn "cn = Manager, dc = test, dc = com"
# Administrator password (here the plaintext password is used)
Rootpw secret
Add basic data:
Ldapadd-D "cn = Manager, dc = test, dc = com"-W
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.