Quote:
I am just wondering, how can I create bulk mailboxes on CentOS 5.5 (for postscript) so that the the users can access their mail from the browser (squirrel mail)?
|
Postfix can use virtual users. These users are stored in a database such as LDAP or MySQL. They are virtual because they do not have actual accounts on the Linux box.
Quote:
How can I integrate with Active Directory?
|
The directory services in Active Directory (AD) are based on the LDAP protocol. Postfix supports the use of LDAP.
Quote:
I am also looking for techniques to automatically create bulk users (for example 100 users) on Active Directory with a default passwords (or random passwords if possible) that integrate with Postfix.
|
I have never tried this. It would be best to post this aspect on a Windows Server mailing list.
Most people who integrate Postfix with AD are running a Windows LAN and need a mail server for the LAN. That does not appear to be your configuration. If you need to create large numbers of virtual accounts using a script or import, I would recommend using OpenLDAP or MySQL.
You may find the following documentation useful
http://www.postfix.org/VIRTUAL_READM...irtual_mailbox
http://www.linuxmail.info/postfix-howtos/