At 07:15  16/8/00 +0200, you wrote:
>I thoink the main reason for this is the missing documentation. I'd
>really like to store my messages in a database, and I need external
>interfaces like corba. If you can tell me where to start I would
>really love to look into implementing some of this features


well the following are the things that you need to do. Change the line in
JAMES.conf.xml from 

                <repository type="MAIL" model="SYNCHRONOUS, ASYNCHRONOUS"
                    destination="file://"
                    class="org.apache.james.MailRepository"/>

to map to new repository type. Lets sa your new repository was
org.apache.james.DBMailRepository then it would change to 

                <repository type="MAIL" model="SYNCHRONOUS, ASYNCHRONOUS"
                    destination="file://"
                    class="org.apache.james.DBMailRepository"/>

You would then create DBMailRepository based on MailRepository except it
accessed a database. If you need more details email the list and hopefully
someone will be able to help.




Cheers,

Pete

*------------------------------------------------------*
| "Nearly all men can stand adversity, but if you want |
| to test a man's character, give him power."          |
|       -Abraham Lincoln                               |
*------------------------------------------------------*


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives:  <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to