diff options
| author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2024-01-17 11:51:51 +0100 |
|---|---|---|
| committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2024-01-17 11:51:51 +0100 |
| commit | ed8eda775c17b707576744e81f0738724aa64978 (patch) | |
| tree | d1d207c29ed9bc670414cf94b445a878427075d1 | |
| parent | e25148c733753df376ab807c24b6cfd45888f88d (diff) | |
Fix links
| -rw-r--r-- | content/mail/rdns.md | 2 | ||||
| -rw-r--r-- | content/mail/validate.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/mail/rdns.md b/content/mail/rdns.md index 6a6ddf2..9ef700c 100644 --- a/content/mail/rdns.md +++ b/content/mail/rdns.md @@ -3,7 +3,7 @@ title: "Setup rDNS" tags: ['mail'] date: 2022-12-02 --- -While [DNS records](dns.html) refer a domain name to the IP address +While [DNS records](../../basic/dns) refer a domain name to the IP address where the the website is hosted, there is also rDNS (reverse DNS) and specifically PTR (pointer) records which do the reverse: link a server\'s IP to a domain name. diff --git a/content/mail/validate.md b/content/mail/validate.md index f443768..833ae13 100644 --- a/content/mail/validate.md +++ b/content/mail/validate.md @@ -218,7 +218,7 @@ and `ip6` mechanisms. If you don't include them, some email hosts (most notoriously gmail) will not accept mail from your server. The `IP4` and `IP6` values should be the same as what you set your [PTR -records](../rdns.html) to. +records](../rdns) to. The output of `cat /etc/mailname` is the Host field. The output of the second command is the TXT value. |
