summaryrefslogtreecommitdiff
path: root/content/mail/smtp.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2024-07-16 08:31:24 -0400
committerGitHub <noreply@github.com>2024-07-16 08:31:24 -0400
commit7947a9a26ca922519cbe8b91c2498b70b1bcc61f (patch)
tree5eb1b345881e10169e4f3de998a5141ebafe86c6 /content/mail/smtp.md
parent4e1d654198605468d48f49ffbb7f1f2e4259e45d (diff)
parented588405d102ffb64de808abfe30ae555d841b76 (diff)
Merge pull request #306 from KelvinJPS/fix_broken_links
Fix broken links
Diffstat (limited to 'content/mail/smtp.md')
-rw-r--r--content/mail/smtp.md2
1 files changed, 1 insertions, 1 deletions
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