'If set to "on", Sympa may add ARC seals to outgoing messages.',
'default'=>'off',
'vhost'=>'1',
'file'=>'sympa.conf',
},
{'name'=>'dkim_arc_srvid',
'gettext_id'=>'SRV ID for Authentication-Results used in ARC seal',
'gettext_comment'=>
'Default is the domain used for ARC seals',
'vhost'=>'1',
'optional'=>'1',
'file'=>'sympa.conf',
},
{'name'=>'dkim_arc_signer_domain',
'vhost'=>'1',
'gettext_id'=>'The "d=" tag as defined in ARC',
'gettext_comment'=>
'The ARC "d=" tag is the domain of the signing entity. The DKIM d= domain name is used as its default value',
'optional'=>'1',
'file'=>'sympa.conf',
},
{'name'=>'dkim_arc_selector',
'gettext_id'=>'Selector for DNS lookup of ARC public key',
'gettext_comment'=>
'The selector is used in order to build the DNS query for public key. It is up to you to choose the value you want but verify that you can query the public DKIM key for "<selector>._domainkey.your_domain". Default is the same selector as for DKIM signatures',
'vhost'=>'1',
'optional'=>'1',
'file'=>'sympa.conf',
},
{'name'=>'dkim_arc_private_key_path',
'vhost'=>'1',
'gettext_id'=>'File path for ARC private key',
'gettext_comment'=>
'The file must contain a PEM encoded private key. Defaults to same file as DKIM private key',
'A set of parameters in order to define outgoing ARC seal',
'format'=>{
'arc_private_key_path'=>{
'order'=>1,
'gettext_id'=>"File path for list ARC private key",
'gettext_comment'=>
"The file must contain a RSA pem encoded private key. Default is DKIM private key.",
'format'=>'\S+',
'occurrence'=>'0-1',
'default'=>{'conf'=>'dkim_arc_private_key_path'}
},
'arc_selector'=>{
'order'=>2,
'gettext_id'=>"Selector for DNS lookup of ARC public key",
'gettext_comment'=>
"The selector is used in order to build the DNS query for public key. It is up to you to choose the value you want but verify that you can query the public DKIM key for <selector>._domainkey.your_domain. Default is selector for DKIM signature",
'format'=>'\S+',
'occurrence'=>'0-1',
'default'=>{'conf'=>'dkim_arc_selector'}
},
'arc_signer_domain'=>{
'order'=>3,
'gettext_id'=>
'ARC "d=" tag, you should probably use the default value',
'gettext_comment'=>
'The ARC "d=" tag, is the domain of the sealing entity. The list domain MUST be included in the "d=" domain',
'format'=>'\S+',
'occurrence'=>'0-1',
'default'=>{'conf'=>'dkim_arc_signer_domain'}
},
'arc_srvid'=>{
'order'=>4,
'gettext_id'=>'SRV ID for Authentication-Results used in ARC seal',
'gettext_comment'=>'Default is the domain used for ARC seals',
'format'=>'\S+',
'occurrence'=>'0-1',
'default'=>{'conf'=>'dkim_arc_srvid'}
},
},
'occurrence'=>'0-1'
},
'dkim_signature_apply_on'=>{
order=>70.05,
'group'=>'dkim',
'gettext_id'=>
"The categories of messages sent to the list that will be signed using DKIM.",
'gettext_comment'=>
"This parameter controls in which case messages must be signed using DKIM, you may sign every message choosing 'any' or a subset. The parameter value is a comma separated list of keywords",