mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-10-30 01:32:23 +00:00 
			
		
		
		
	Fix te DKIM DNS example
This commit is contained in:
		| @@ -38,7 +38,7 @@ Domain details | ||||
|     </tr> | ||||
|     <tr> | ||||
|       <th>DNS DKIM entry</th> | ||||
|       <td><pre style="white-space: pre-wrap; word-wrap: break-word;">{{ config["DKIM_SELECTOR"] }}._domainkey IN 600 TXT "v=DKIM1; k=rsa; p={{ domain.dkim_publickey }}"</pre></td> | ||||
|       <td><pre style="white-space: pre-wrap; word-wrap: break-word;">{{ config["DKIM_SELECTOR"] }}._domainkey.{{ domain.name }}. IN 600 TXT "v=DKIM1; k=rsa; p={{ domain.dkim_publickey }}"</pre></td> | ||||
|     </tr> | ||||
|     <tr> | ||||
|       <th>DNS DMARC entry</th> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pierre Jaury
					Pierre Jaury