Cisco Cisco Email Security Appliance C190 Technical References

Page of 314
 
34
Cisco AsyncOS 9.1 for Email CLI Reference Guide
 
Chapter 3      The Commands: Reference Examples
  Domain Keys
Show a list of signing profiles:
Print the details of a signing profile:
Test a signing profile:
Import a local copy of your signing profiles:
Export a copy of your signing profile from the appliance:
Delete all the signing profiles from the appliance:
Batch Format - Verification Profiles
Create a new DKIM verification profile:
domainkeysconfig profiles signing list
domainkeysconfig profiles signing print <name>
domainkeysconfig profiles signing test <name>
domainkeysconfig profiles signing import <filename>
domainkeysconfig profiles signing export <filename>
domainkeysconfig profiles signing clear
domainkeysconfig profiles verification new <name> 
<verification-profile-options>
Table 3-3
domainkeysconfig Verification Profile Options
Argument
Description
--name
The name of DKIM verification profile.
--min_key_size
The smallest key to be accepted. Possible key-length 
values (in bits) are 
512, 768, 1024, 1536
 and 
2048
Default is 
512
.
--max_key_size
The largest key to be accepted. Possible key-length 
values (in bits) are 
512, 768, 1024, 1536 
and 
2048
Default is 
2048
.
--max_signatures_num
A maximum number of signatures in the message to 
verify. Possible value is any positive number. 
Default is 
5
.