Jump to content

Recommended Posts

Posted (edited)

Good morning,

 

please can someone advise what rules etc I can iplement to reduce the amount of spam we are receiving.

 

They only seem to be coming into our distrubutions list.

 

See some examples below.

Screenshot 2024-08-09 100349.pngScreenshot 2024-08-09 100301.png

Edited by plumyeti
Correct Typo
Posted

First email was caught by us because I send any email from onmicrosoft domain to quarantine.

 

Second email, do you need external sender's to send to your DG? I mostly have that disabled.

Posted
First email was caught by us because I send any email from onmicrosoft domain to quarantine.

 

Second email, do you need external sender's to send to your DG? I mostly have that disabled.

 

I would definetly agree that we don't need external emails to most DG.

However I have previosuly been told (by previous technician) that we can't block the external due to the DG originating from AD.

Posted
I would definetly agree that we don't need external emails to most DG.

However I have previosuly been told (by previous technician) that we can't block the external due to the DG originating from AD.

 

Under AD there's an attribute called dLMemSubmitPerms that you can put a group in that is "only" allowed to send to it.

 

So for example we set our AllStaff group to only allow users of AllStaff to send to it, so it blocks anyone else by default

 

Steve

Posted
Under AD there's an attribute called dLMemSubmitPerms that you can put a group in that is "only" allowed to send to it.

 

So for example we set our AllStaff group to only allow users of AllStaff to send to it, so it blocks anyone else by default

 

Steve

 

I have had a look. However when I attempt to edit the attribute I get an error message.

Screenshot 2024-08-09 120527.png

Posted

Yep that's expected if you try to edit it manually.

 

Do it via powershell e.g.:

Set-ADObject "CN=AllStaff,OU=Example,OU=Groups,OU=Users,OU=EX,DC=Example,DC=internal" -Add @{dLMemSubmitPerms="CN=AllStaff,OU=Example,OU=Groups,OU=Users,OU=EX,DC=Example,DC=internal"}

 

Use the DN from the source group on the 1st part and the group you want to be able to send to it on the 2nd part

 

Steve

  • Thanks 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...