Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user