Code in this video: hMailServer – Part 4 – Install and Configure DKIM Signtures on hMailServer

Code in this video: hMailServer – Part 4 – Install and Configure DKIM Signtures on hMailServer

✳️ Thank You for watching and Don't forget to subscribe to my channel 😍

👉 Download OpenSSL: HERE or The version I'm using in the video (Password if applicable is: totatca.com )

	OpenSSL Path: Your-Path

	openssl.exe genrsa -out rsa.private.Your-Domain 1024
	
	openssl.exe rsa -in rsa.private.Your-Domain -out rsa.public.Your-Domain -pubout -outform PEM

	Content of the Public key: Content_of_the_Public_key

	📌 On DNS Manager
		Record for DKIM

			Type: TXT
			Host: mydkim._domainkey
			Value: v=DKIM1; k=rsa; p=Content_of_the_Public_key

	📌 For testing

		Verify with mxtoolbox: https://mxtoolbox.com/dkim.aspx

		Verify via email: [email protected]