I've lost the thread of this discussion, so I'll start from the beginning.
- you must configure James to use JDBC
- you must review the sqlResources.xml file to see what the table structure
looks like
- you can manipulate the tables directly using JDBC
- to handle passwords, look at DigestUtil.digestString(String, String).
The algorithm is SHA.
If you need additional help, let me know.
--- Noel
-----Original Message-----
"I do it by manipulating the JDBC tables directly."
how to do that?can you tell mee?