|
What changes within GMS do I need to make to be able to archive with Jatheon?
Using a simple script provided by Gordano, it is possible to transparently send a copy of all mail that passes through GMS on to a third party archiving appliance.
Please note these instructions require the Anti Spam module to be installed and activated. If you are not sure whether you have this already please contact the Gordano sales department.
The Script Name can be of your preference.
if (email\X-DetectLoop != 1)
{
action = 0;
msg = MsgCopy(email);
if (msg)
{
MsgAddHeader(msg, "X-DetectLoop", 1);
msg\recipient = "journalmaster@mycompanyserver.dom";
MsgClose(msg, MSG_SEND);
}
}
If you are unsure if the archiving appliance server is receiving messages from GMS, you can either consult your own GMS POST (PT) log or contact Gordano Support if you have a valid support contract. Alternatively, login to the web GUI of the archiving solution and monitor whether it is receiving e-mail.
See Also:
|
||||||||
|
|
||||||||

Digg
Delicious
reddit
StumbleUpon
Facebook
FriendFeed
Twitter