posted 1 year ago
Need help with understanding the apache james server v3.8.
I am currently working on upgrading the james server from v2.3 to v3.8 and need in understanding how the Database tables are used or handled internally within james.
I havent worked on v2.3 but looking at the DB tables created, their used to be inbox, spool, deadletter tables apart from couple other tables, but in v3.8 i see these tables are no more their and their is only james_mail table which seems a replacement of inbox.
-Can anyone help me understanding in v3.8 how to deal with the missing spool & deadletter tables. Do v3.8 has any internal mechanism to deal them internally?
-How in v3.8 the failed emails or unsent emails are handled, as in v2.3 they used to be moved to deadletter table.
-In the james_mail table of v3.8, their is always atleast 1 record of the mail is retained even though the mail is delivered to the inbox of the client, is their a setting in v3.8 for the mail be deleted once the mail is in the inbox of the client?
I have googled a lot to see if their is any understanding document of v3.8 on how the new DB structure works but havent found anything that details of how to handle or get to knw the new DB structure. Can anyone help?