Hi all, We are already using james mail server.
Here is the problem statement for me. 1. I want to build a admin view, where a admin user can view part of any user's mail box. Admin should be able to see any mail sent by our tools to end user and no other. 2. The admin user connections are accepted from a selected set of hosts (this is a nice to have feature) rather than perform an authentication. 3. The mails are filtered. 4. The admin can only read emails. 5. When a user deletes an email, we get to decide whether the email is deleted or archived. 6. Archived email are visible only to the admin and not to the users themselves. What is the best way to approach this problem? 1. I was considering building my own line based protocol implementation 2. For the delete problem, I was considering writing a mailet. Cheers! OSI
