Gordano Knowledge Base
Article Q5577

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.

  • Login to the GMS web interface with administrator access.
  • Expand the Anti Spam node located approximately half way down on the left of the JavaScript applet.
  • Select "Scripts" then add a new script. The Protocol Stage should be set as End Of Message.
    The Script Name can be of your preference.
  • Now paste the following script into the MML Script textbox. Make the necessary modification to the e-mail address before clicking "Add". The e-mail address should reflect where GMS will send an invisible copy of all inbound and outbound e-mail that passes through the server.
  • Please refer to the Jatheon user manual for further guidance.
     
    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:
    Q5576   GMS/Jatheon messaging archive solutions

    Bookmark this KB:
    Email this article to:
     
    To Print this article hold down the control key and press 'P' on your keyboard.
    On a Mac, hold down the Apple key and press 'P'
    divclear
    Log in to
    Gordano Support
    System
    Customer Ref:
    EMail:
    Password:


    - Forgot your password? click here for help.






      © Copyright 1994 - 2010 Gordano Limited Privacy