Cisco Cisco Email Security Appliance C170 Referências técnicas

Página de 462
 
3-58
Cisco AsyncOS 8.5.6 CLI Reference Guide
 
Chapter 3      The Commands: Reference Examples
  DMARC Verification
Add a DMARC Verification Profile
dmarcconfig profiles new <name> [options]
Edit a DMARC Verification Profile
dmarcconfig profiles edit <name> [options]
Delete a DMARC Verification Profile
dmarcconfig profiles delete <name>
Delete all the DMARC Verification Profiles
dmarcconfig profiles clear
Argument
Description
<name>
Name of the DMARC profile.
[options]
--rejectpolicy_action
The message action that AsyncOS must take when the policy in 
DMARC record is reject. Possible values are “reject”, 
“quarantine”, or “none.”
--rejectpolicy_response_code
The SMTP response code for rejected messages. The default 
value is 550.
--rejectpolicy_response_text
The SMTP response text for rejected messages. The default 
value is “#5.7.1 DMARC unauthenticated mail is prohibited.”
 --rejectpolicy_quarantine
The quarantine for messages that fail DMARC verification.
--quarantinepolicy_action
The message action that AsyncOS must take when the policy in 
DMARC record is quarantine. Possible values are “quarantine” 
or “none.”
--quarantinepolicy_quarantine
The quarantine for messages that fail DMARC verification.
--tempfail_action
The message action that AsyncOS must take on the messages 
that result in temporary failure during DMARC verification. 
Possible values are “accept” or “reject.”
--tempfail_response_code
The SMTP response code for rejected messages in case of 
temporary failure. The default value is 451.
--tempfail_response_text
The SMTP response text for rejected messages in case of 
temporary failure. The default value is “#4.7.1 Unable to 
perform DMARC verification.”
--permfail_action
The message action that AsyncOS must take on the messages 
that result in permanent failure during DMARC verification. 
Possible values are “accept” or “reject.”
--permfail_response_code
The SMTP response code for rejected messages in case of 
permanent failure. The default value is 550.
--permfail_response_text
The SMTP response text for rejected messages in case of 
permanent failure. The default value is “#5.7.1 DMARC 
verification failed.”