Need some expert advice from you folks.I want to be able to send all my journalled messages that have been captured in the local DB to an external archiver company for compliance purposes. I want to do this via SMTP protocol. Any information you can help me with to accomplish this I am grateful.
I guess this will all depend on the Thrid party app etc. They may not accept the journaled mail with a direct connection. The Mail router can be changed to send new mail into the Archive via SMTP but this might be tricky etc via a local DB… because this will loose all the META data etc.
You may wish to use IMAP import or something from the Third party
imap only works with mail-in db and does not work well at that. It is rather inefficient.
I read in the lotus help doc :
"…
Using EM hooks, developers can customize mail processing. For example, EM hooks to the Journaling task could be used in conjunction with a third-party archiving program to route certain messages directly to an archive center
…
"
Does anyone have this EM hook or can provide pointers to create such a hook please ?