I'm setting up a proof of concept mail system using apache james 3.2 with minimal mods. I have a Postal load test server that sends to a james relay which forwards the email to a second james server. The latter persists the messages into a MySQL database. During testing I turn off various components, and I've found undeliverable messages accumulating in the second server james/var/mail/error directory when the db server is off-line. How do I get james to reprocess the messages?
Regards, Jeffrey Marans.