My stuff:
    WinXP
    JDK1.3.1_04
    James 2.0a2 + SMTPHandler.java 2.1a1-2002-08-18
    MySQL 1.4
    MySQL Connector/J 2.0.14

Question 01:
    Do I have all of the nessecary components to set up an inbox database?

Question 02:
    Do I need to modify anything other than the portions of the config file I've 
listed here?

In James Block -
      <inboxRepository>
        <repository destinationURL="db://maildb/inbox/"
                    type="MAIL">
        </repository>
      </inboxRepository>

In data-sources -
        <data-source name="maildb"
                     class="org.apache.james.util.mordred.JdbcDataSource">
            <driver>org.gjt.mm.mysql.Driver</driver>
            <dburl>jdbc:mysql://127.0.0.1/mail</dburl>
            <user>username</user>
            <password>password</password>
        </data-source>

Question 03:
    What form must I create the database in, tables, columns, etc.?

Any and all help will be appreciated.

Reply via email to