Messaging Gateway

 View Only
  • 1.  filter outgoing email based on both sender and receiver domain

    Posted Mar 08, 2016 09:24 AM

    HI

    We need to filter outgoing email based on both sender and receiver domain.

    for eg:

    a user at user1@abc.com can only send & rec from an email to a single domain like out@xyz.com and nowhere else.

    We tried this with some policies in content filtering but the user action somehow matches the policy below the one we have created.

     

    Thanks.

     



  • 2.  RE: filter outgoing email based on both sender and receiver domain
    Best Answer

    Posted Mar 10, 2016 01:37 AM

    Should be possible in content filtering.

    Eg If Envelope sender Matches user1@abc.com AND not Envelope recipient ends with @xyz.com Send Notification and delete ...

    If you have more than one or two recipients think of using patterns, regex (or sort of) should be your friend ;-) - but its not difficult, just use "(?i)out1@xyz.com|out2@xyz.com"

    Thomas



  • 3.  RE: filter outgoing email based on both sender and receiver domain
    Best Answer

    Posted Mar 14, 2016 07:21 AM

    Thanks for the reply.

     

    We got this solved with TAC support, they suggested the same method as you.