mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Extend debugging section
This commit is contained in:
parent
c49f14a8bb
commit
b5ea16d761
|
@ -33,9 +33,15 @@ SendReports yes
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue