Messaging Gateway

 View Only
  • 1.  policy creation with only allow list

    Posted Dec 06, 2022 08:35 AM
    Hello ,

    Please let me know can we create a policy only with allow list where the rest of the domains should be blocked by default ,only the domains in the allow list should bypass,please note that i don't want to create a deny list,please let me know if it is possible ,can we add a wildcard to deny list?

    Kindly help me with a resolution


  • 2.  RE: policy creation with only allow list

    Posted Dec 06, 2022 08:47 AM
    Give an example of what u want pls.




  • 3.  RE: policy creation with only allow list

    Posted Dec 06, 2022 11:32 PM
    Hello Alexander,

    For example, abc@allowed.com ,xyz@​allowed.com are allowed in the allow list , i want my sender group only to be allowed to sent mails to these two and automatically block when the sender group is trying to send mails other than this allowed list,kindly help me know to implement that can we create a deny list with a wildcard excepting these two domains so that all the domain will be automatically blocked


  • 4.  RE: policy creation with only allow list

    Posted Dec 06, 2022 11:54 PM
    So you only want emails to be accepted from the internet for ONLY: abc@allowed.com ,xyz@allowed.com ???? Are you sure.




  • 5.  RE: policy creation with only allow list

    Posted Dec 07, 2022 12:19 AM
    yes ,this is just an example , similarly i just have a set of domains in the allow list , i just want my users to sent mails to only that domains , if they are trying to sent to a different domain other than in the allowed list smg should block it or bounce that email,is it possible?


  • 6.  RE: policy creation with only allow list

    Posted Dec 07, 2022 04:49 AM
    So this is mostly for outbound to internet email?




  • 7.  RE: policy creation with only allow list

    Posted Dec 07, 2022 05:00 AM
    yes


  • 8.  RE: policy creation with only allow list

    Broadcom Employee
    Posted Dec 08, 2022 02:40 PM
    The logic is kind of convoluted, but I think the following will do the trick (or at least get you started, you probably have to tune it up a bit).
    Create a policy group that contains the "approved" recipients e.g. policy group with members joe@domain1, fred@domain2, etc)
    Create a dictionary of your restricted senders.  E.g. dictionary name "floor-traders" that contains trader1@mydomain.com, trader2@mdomain.com, etc.

    Create an outbound policy for the default group that says "if sender is in floor-traders dictionary then delete message"

    If the recipient is in the approved group, then it is NOT in the default group, so the default group outbound policy will not be executed for that recipient.


  • 9.  RE: policy creation with only allow list

    Posted Dec 08, 2022 05:07 PM
    That is dicey at best