noel 2003/02/22 12:16:50 Modified: src/conf Tag: branch_2_1_fcs james-config.xml Log: Corrected and added some comments and dbfile examples Revision Changes Path No revision No revision 1.40.2.3 +20 -3 jakarta-james/src/conf/james-config.xml Index: james-config.xml =================================================================== RCS file: /home/cvs/jakarta-james/src/conf/james-config.xml,v retrieving revision 1.40.2.2 retrieving revision 1.40.2.3 diff -u -r1.40.2.2 -r1.40.2.3 --- james-config.xml 11 Feb 2003 18:18:07 -0000 1.40.2.2 +++ james-config.xml 22 Feb 2003 20:16:49 -0000 1.40.2.3 @@ -13,7 +13,7 @@ <!-- are preceded by a CHECKME! or CONFIRM? comment in the left margin. --> <!-- For production use you will probably need to make more extensive changes, see --> -<!-- http://jakarta.apache.org/james/documentation_v2_1.html --> +<!-- http://james.apache.org/documentation_2_1.html --> <!-- $Revision$ Committed on $Date$ by: $Author$ --> @@ -70,6 +70,15 @@ <repository destinationURL="db://maildb/inbox/" type="MAIL"/> </inboxRepository> --> + + <!-- Alternative inbox repository definition for DB use. --> + <!-- Stores message body in file system, rest in database --> + <!-- + <inboxRepository> + <repository destinationURL="dbfile://maildb/inbox/" type="MAIL"/> + </inboxRepository> + --> + </James> <!-- Fetch pop block, fetches mail from POP3 servers and inserts it into the incoming spool --> @@ -339,7 +348,7 @@ <!-- but does not free as many resources as removing them would --> <pop3server enabled="true"> <!-- port 995 is the well-known/IANA registered port for POP3S ie over SSL/TLS --> - <!-- port 100 is the well-known/IANA registered port for Standard POP3 --> + <!-- port 110 is the well-known/IANA registered port for Standard POP3 --> <port>110</port> <!-- Uncomment this if you want to bind to a specific inetaddress --> @@ -554,6 +563,14 @@ <!-- <spoolRepository> <repository destinationURL="db://maildb/spool/spool" type="SPOOL"/> + </spoolRepository> + --> + + <!-- Alternative spool repository definition for JDBC use --> + <!-- Stores message body in file system, rest in database --> + <!-- + <spoolRepository> + <repository destinationURL="dbfile://maildb/spool/spool" type="SPOOL"/> </spoolRepository> --> </mailstore>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
