They are stored in flat files.  For example my phred mailbox is:

\\Leela\C Drive\Apache\james-2.2.0RC4\apps\james\var\mail\inboxes\phred
while spam goes to:
\\Leela\C Drive\Apache\james-2.2.0RC4\apps\james\var\mail\spam

This can all be configured as you like.  Those paths are default locations.
Note that 2.1.3 has some slightly different directories but the default
structure is pretty much the same.  They are spec'd in config.xml such as:

      <processor name="spam">
                .
                .
                .
         <mailet match="All" class="ToRepository">
            <repositoryPath>file://var/mail/spam/</repositoryPath>

            <!-- Changing the repositoryPath, as in this commented out
example, will -->
            <!-- cause the mails to be stored in a database repository.  -->
            <!-- Please note that only one repositoryPath element can be
present for the mailet -->
            <!-- configuration. -->
            <!--
            <repositoryPath> db://maildb/deadletter/spam </repositoryPath>
            -->
         </mailet>

Logs are spec'd in environment.xml


> -----Original Message-----
> From: Cadbury [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 26, 2004 9:43 PM
> To: James Users List
> Subject: where is James default database...?
>
>
> hi all..
>
> just wondering..but perhaps this is a very simple
> question...if we don't use any database application with
> James(such as MySQL), then where does james store all the
> user data and all that(the default)...?
>


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

Reply via email to