Oliver Nolden wrote:
Hi!
Is it possible to not store incoming mails? In my use case JAMES should receive mails from another mail server, the a custom mailet extracts some data of the mails and send these data to an application via sockets. I do not want to store the incoming mails on James for performance and security reasons. Can I configure JAMES in config.xml, so that it does not store incoming mails? If yes, how? Or could my custom mailet remove/delete the mail after sending the data to the application?

If you don't use ToRepository or LocalDelivery mailet then the message is not permanently stored. During processing the message is temporarily stored in spools, but it will get deleted as soon as your mailet process it and set the state to GHOST.

Stefano


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

Reply via email to