From 161c0870c8c94d80e74e006a432535b995511372 Mon Sep 17 00:00:00 2001 From: KelvinJPS Date: Tue, 28 May 2024 20:21:30 -0500 Subject: fix broken links in the mail section --- content/mail/rdns.md | 2 +- content/mail/smtp.md | 2 +- content/mail/validate.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'content') diff --git a/content/mail/rdns.md b/content/mail/rdns.md index 6a6ddf2..0e2943d 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/smtp.md b/content/mail/smtp.md index dee5640..3def765 100644 --- a/content/mail/smtp.md +++ b/content/mail/smtp.md @@ -25,7 +25,7 @@ If you want to start an email server, therefore, go to your VPS\'s site and open a ticket or make a request to open up email ports, notably port `25`. This is a simple process that requires nothing too special. One of the wagies at your VPS will kindly do the needful and open your ports for you. Note -that this is not the same as unblocking a port with [ufw](ufw.html), +that this is not the same as unblocking a port with [ufw](/../ufw), which still needs to be done for SMTP to work. ufw allow 25,587 proto tcp diff --git a/content/mail/validate.md b/content/mail/validate.md index fbdba50..15db0c7 100644 --- a/content/mail/validate.md +++ b/content/mail/validate.md @@ -170,7 +170,7 @@ You can permanently change your hostname by changing it in `/etc/hostname` and rebooting, or you can just run `hostname example.org` to change it temporarily for testing. Either way, this will allow us to run the `mail` command as in [the SMTP -article](smtp.html). +article](../smtp). ```sh echo "Hi there. -- cgit v1.2.3