I am running Exchange 2013, and need to take some actions for blocking spam. While checking i performed Get-SenderIdConfig
[PS] C:\Windows\system32>Get-SenderIdConfig
RunspaceId : 7b21e717-eee2-42fc-9675-68be92eb4804
SpoofedDomainAction : Delete
TempErrorAction : StampStatus
BypassedRecipients : {a,b,c,d}
BypassedSenderDomains : {x,y,z}
Name : SenderIdConfig
Enabled : False
ExternalMailEnabled : True
InternalMailEnabled : False
My Main question is about last 3 lines,
Enabled : False
ExternalMailEnabled : True
InternalMailEnabled : False
Question: is SenderID config enabled or not. I can see that it is not enabled, but for external emails it is enabled, or should it be enabled first so that ExternalMail and internalMail take effect.
Additional Information Sender ID Agents are enabled:
Sender Id Agent True 6
Sender Filter Agent True 7
Please advise.
Thank You.