Hi! There is a working version of James in cvs/newavalon ported to Avalon as of a few days ago. It appears to work ... Just grab the source, cd to newavalon and ./build.sh dist. For administrators, it should be almost identical to James 1.2: unpack the dist, cd to bin and ./run. Only need to fill two items in James.conf.xml; remotemanager password and a DNS server. Note that RDBMS mailstore and LDAP userstore are not yet ported. For developers: James is now uses 5 or 6 blocks: block James itself which requires a socketserver and scheduler (default: use implementations in avalon-core-blocks), a mailstore and a userstore (default blocks included). The mailstore and userstore currently use filesystem storage provided by a james-storage block (included - based on one in avalon-core-blocks but in James for classLoader reasons). Known bug:It is throwing spurious RuntimeExceptions, from the scheduler, I need to update the Avalon libraries and address that. I think I know where it is. Once I've addressed this bug, I want to crack on with an IMAP server. I expect that will involve changes to the mailstore and userstore. Charles ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives: <http://www.mail-archive.com/james%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]
