mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-18 16:49:06 +02:00
Extend debugging section
parent
2726217f10
commit
37200010c5
1 changed files with 8 additions and 2 deletions
|
@ -33,9 +33,15 @@ SendReports yes
|
||||||
Mode v
|
Mode v
|
||||||
```
|
```
|
||||||
|
|
||||||
## Debug the DKIM TXT Record
|
## Debugging
|
||||||
|
|
||||||
You can debug your TXT record with the `dig` tool.
|
### Tools
|
||||||
|
|
||||||
|
* [DKIM-verifer](https://addons.mozilla.org/en-US/thunderbird/addon/dkim-verifier): A add-on for the mail client Thunderbird.
|
||||||
|
|
||||||
|
### DKIM TXT Record
|
||||||
|
|
||||||
|
You can debug your TXT records with the `dig` tool.
|
||||||
|
|
||||||
```
|
```
|
||||||
dig TXT mail._domainkey.domain.tld
|
dig TXT mail._domainkey.domain.tld
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue