How to batch update the person details in mail store

I have a text file containing new person details. How can I add them into the mail store in iMS 5.2? Pls advise and thanks.
[158 byte] By [706885] at [2007-11-25 8:08:54]
# 1
Honestly this has nothing to do with the mail store. Your question relates to LDAP. Check out <ServerRoot>/shared/bin/ldapmodify.-Chad-
707213 at 2007-7-1 14:01:12 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

As Chad says, this is more of an LDAP question.

Best way to do it is by creating a batch script.

Create a test user for your mail system.

Determine what attributes this test user has in your directory by running an LDIF export.

Then given a CSV file of users, write a script that populates an LDIF file with relevant attributes for each user.

Then import the LDIF.

Andrew Wallace at 2007-7-1 14:01:12 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...