> How can I create the JAMES POP3 mailboxes under Oracle database ?

If you look in config.xml you will see instructions telling you to comment
out the sections that use file: protocol, and instructing you to use the db:
protocol.  You'll need a good Oracle JDBC driver, too.

sqlResources.xml already has the necessary statements for Oracle's database,
so the rest should be automatic.

Basically:

 1) Have your DBA creat a database that you can use,
    and a user with permissions to operate within
    that database.

 2) Change config.xml to use the db: protocol.  You'll
    need to modify the configuration data with the db
    name, user and password provided by your DBA.

 3) Make sure that you have the correct JDBC driver.

JAMES will create and manage its own tables.  However, it doesn't migrate
existing file based repositories.  If someone wants a bit of a project, that
might be one worth doing.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to