Cisco Cisco Email Security Appliance C170 기술 참조

다운로드
페이지 464
 
67
Cisco AsyncOS 8.5.5 CLI Reference Guide
 
Chapter 3      The Commands: Reference Examples
  Domain Keys
Editing a signing profile:
--headers_select
Detrmines how to select headers for signing.  Is used 
only in DKIM profiles.  Can be one of 
all
standard
standard_and_custom
all
 means to sign 
all non-repetitive headers.  "standard" means to sign 
pedefined set of well known headers such as Subject, 
From, To, Sender, MIME heades etc. 
standard_and_custom
 means to sign well known 
headers and user-defined set of headers. Default is 
standard
.
--custom_headers
User-defined set of headers to sign. Is used only in 
DKIM profiles if 
headers_select
 is 
standard_and_custom
.  Default is empty set.
--i_tag
Determines whether to include the 
i
 tag into the 
signature. Possible values are 
yes
 or 
no
. Default is 
yes
.
--agent_identity
The identity of the user or agent on behalf of which 
this message is signed. The syntax is a standard 
email address where the local-part may be omitted.  
Domain part of this address should be a sub-domain 
of or equal to the 
<domain>
. This option is only 
applicable if 
--i_tag
 value is set to 
yes
. Default is 
an empty local-part followed by an 
@
 and by the 
<domain>
.
--q_tag
Determines whether to include the 
q
 tag into the 
signature. Possible values are 
yes
 or 
no
. Default is 
yes
.
--t_tag
Determines whether to include the
 t
 tag into the 
signature. Possible values are 
yes
 or 
no
. Default is 
yes
.
--x_tag
Determines whether to include the 
x
 tag into the 
signature. Possible values are 
yes
 or 
no
. Default is 
yes
.
--expiration_time
Number of seconds before signature is expired. Is 
used only in DKIM profiles.  This value becomes a 
difference of 
x
 and 
t
 tags of the signature. This 
option is only applicable if 
--x_tag
 value is set to 
yes
. Default is 31536000 seconds (one year).
--z_tag
Determines whether to include the 
z
 tag into the 
signature. Possible values are 
yes
 or 
no
. Default is 
no
.
domainkeysconfig profiles signing edit <name> 
[signing-profile-options]
Table 3-25
domainkeysconfig New Signing Profile Arguments
Argument
Description