Update README.md

This commit is contained in:
FURK4NGG
2026-07-17 10:40:36 +03:00
committed by GitHub
parent c76bb905c4
commit 3c41ee631d
+10 -10
View File
@@ -565,11 +565,13 @@ sudo chmod 600 /etc/dkim/domain.mail.key
Update the DNS record Update the DNS record
cat mail.txt cat mail.txt
```
mail._domainkey IN TXT ( >mail._domainkey IN TXT (
"v=DKIM1; k=rsa; p=MIIBIjANBgkqh..." >"v=DKIM1; k=rsa; p=MIIBIjANBgkqh..."
) >)
```
>Replace only the value of the existing mail._domainkey TXT record in Cloudflare with the new p= key
>The value must be on a single line. >The value must be on a single line.
>Do not include the following: >Do not include the following:
>❌ ( >❌ (
@@ -578,8 +580,6 @@ mail._domainkey IN TXT (
>Multiple quoted strings like this. >Multiple quoted strings like this.
>Replace only the value of the existing mail._domainkey TXT record in Cloudflare with the new p= key
Restart OpenDKIM Restart OpenDKIM
``` ```
sudo systemctl restart opendkim sudo systemctl restart opendkim
@@ -595,9 +595,9 @@ sudo opendkim-testkey \
Test> Test>
https://www.mail-tester.com/ https://www.mail-tester.com/
>Kimliğiniz doğrulandı >Identity verified
>DKIM imzanız doğrulandı >DKIM signature verified
>Anahtar uzunluğu: 2048 bit >Key length: 2048-bit