chibenwa commented on a change in pull request #651:
URL: https://github.com/apache/james-project/pull/651#discussion_r707202725



##########
File path: src/homepage/howTo/dkim.html
##########
@@ -134,40 +127,48 @@ <h1><b>Configure DKIMSign mailet</b></h1>
 
 
 <pre><code>[...]
-
 &lt;processors>
-  &lt;processor state="relay" enableJmx="true">
-    [...]
-    &lt;mailet match="All" class="org.apache.james.jdkim.mailets.DKIMSign"&gt;
-    &lt;signatureTemplate>v=1; s=james3; d=domain.example.com ; h=from : 
reply-to : subject : date : to : cc : resent-date : resent-from : resent-sender 
: resent-to : resent-cc : in-reply-to : references : list-id : list-help : 
list-unsubscribe : list-subscribe : list-post : list-owner : list-archive; 
a=rsa-sha256; bh=; b=;&lt;/signatureTemplate&gt;
-    &lt;privateKey>
+&lt;processor state="relay" enableJmx="true">
+[...]
+&lt;mailet match="All" class="org.apache.james.jdkim.mailets.DKIMSign"&gt;
+&lt;signatureTemplate>v=1; s=james3; d=domain.example.com ; h=from : reply-to 
: subject : date : to : cc : resent-date : resent-from : resent-sender : 
resent-to : resent-cc : in-reply-to : references : list-id : list-help : 
list-unsubscribe : list-subscribe : list-post : list-owner : list-archive; 
a=rsa-sha256; bh=; b=;&lt;/signatureTemplate&gt;
+&lt;privateKey>
 -----BEGIN RSA PRIVATE KEY-----
 [Your Private Key]
 -----END RSA PRIVATE KEY-----
-    &lt;/privateKey&gt;
-    &lt;mailet&gt;
-  &lt;/processor&gt;
+&lt;/privateKey&gt;
+&lt;mailet&gt;
+&lt;/processor&gt;

Review comment:
       No update here?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to