You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DmarcQuarantineAction parameter specifies the action to take when a message fails DMARC checks and the sender's DMARC policy is `p=quarantine`. Valid values are:
171
+
172
+
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
173
+
- Quarantine: This is the default value. Move the message to quarantine.
174
+
175
+
This parameter is meaningful only when the HonorDmarcPolicy parameter is set to the value $true.
The DmarcQuarantineAction parameter specifies the action to take when a message fails DMARC checks and the sender's DMARC policy is `p=reject`. Valid values are:
196
+
197
+
- Quarantine: This is the default value. Move the message to quarantine.
198
+
- Reject: Reject the message.
199
+
200
+
This parameter is meaningful only when the HonorDmarcPolicy parameter is set to the value $true.
This parameter is reserved for internal Microsoft use.
164
217
@@ -487,6 +540,29 @@ Accept pipeline input: False
487
540
Accept wildcard characters: False
488
541
```
489
542
543
+
### -HonorDmarcPolicy
544
+
**Note**: This setting is currently in Preview.
545
+
546
+
This setting is part of spoof protection.
547
+
548
+
The HonorDmarcPolicy enables or disables using the sender's DMARC policy to determine what to do to messages that fail DMARC checks. Valid values are:
549
+
550
+
- $true: If a message fails DMARC checks and the sender's DMARC policy is `p=quarantine`, the DmarcQuarantineAction parameter specifies the action to take on the message. If a message fails DMARC checks and the sender's DMARC policy is `p=reject`, the DmarcRejectAction parameter specifies the action to take on the message.
551
+
- $false: This is the default value. If the message fail DMARC checks, ignore the action in the sender's DMARC policy. The AuthenticationFailAction parameter specifies the action to take on the message.
The DmarcQuarantineAction parameter specifies the action to take when a message fails DMARC checks and the sender's DMARC policy is `p=reject`. Valid values are:
174
+
175
+
- MoveToJmf: Deliver the message to the recipient's mailbox, and move the message to the Junk Email folder.
176
+
- Quarantine: This is the default value. Move the message to quarantine.
177
+
178
+
This parameter is meaningful only when the HonorDmarcPolicy parameter is set to the value $true.
The DmarcRejectAction parameter specifies the action to take when the message is detected as spoofing and the policy action value in the DMARC TXT record for the domain is `p=quarantine`. Valid values are:
199
+
200
+
- Quarantine: This is the default value. Move the message to quarantine.
201
+
- Reject: Reject the message.
202
+
203
+
This parameter is meaningful only when the HonorDmarcPolicy parameter is set to the value $true.
This parameter is reserved for internal Microsoft use.
167
220
@@ -490,6 +543,29 @@ Accept pipeline input: False
490
543
Accept wildcard characters: False
491
544
```
492
545
546
+
### -HonorDmarcPolicy
547
+
**Note**: This setting is currently in Preview.
548
+
549
+
This setting is part of spoof protection.
550
+
551
+
The HonorDmarcPolicy enables or disables using the sender's DMARC policy to determine what to do to messages that fail DMARC checks. Valid values are:
552
+
553
+
- $true: If a message fails DMARC checks and the sender's DMARC policy is `p=quarantine`, the DmarcQuarantineAction parameter specifies the action to take on the message. If a message fails DMARC checks and the sender's DMARC policy is `p=reject`, the DmarcRejectAction parameter specifies the action to take on the message.
554
+
- $false: This is the default value. If the message fail DMARC checks, ignore the action in the sender's DMARC policy. The AuthenticationFailAction parameter specifies the action to take on the message.
0 commit comments