diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2024-07-16 08:33:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 08:33:25 -0400 |
| commit | 613b27642fa4c5315ae925ec6701a224eec08c39 (patch) | |
| tree | 137b4202e7a362401ed66b9cd85482a4a9a1e642 /content/mail | |
| parent | ed8eda775c17b707576744e81f0738724aa64978 (diff) | |
| parent | b5d7e4b977208d89b4615a8ded2525c97e3ba517 (diff) | |
Merge branch 'master' into m-chrzan/spf
Diffstat (limited to 'content/mail')
| -rw-r--r-- | content/mail/inbox.md | 4 | ||||
| -rw-r--r-- | content/mail/rdns.md | 3 | ||||
| -rw-r--r-- | content/mail/smtp.md | 2 | ||||
| -rw-r--r-- | content/mail/validate.md | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/content/mail/inbox.md b/content/mail/inbox.md index a975bd0..3f70b9c 100644 --- a/content/mail/inbox.md +++ b/content/mail/inbox.md @@ -114,10 +114,10 @@ service auth { } protocol lda { - mail_plugins = \$mail_plugins sieve + mail_plugins = $mail_plugins sieve } protocol lmtp { - mail_plugins = \$mail_plugins sieve + mail_plugins = $mail_plugins sieve } plugin { sieve = ~/.dovecot.sieve diff --git a/content/mail/rdns.md b/content/mail/rdns.md index 9ef700c..85cce0f 100644 --- a/content/mail/rdns.md +++ b/content/mail/rdns.md @@ -3,7 +3,8 @@ title: "Setup rDNS" tags: ['mail'] date: 2022-12-02 --- -While [DNS records](../../basic/dns) 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 833ae13..8447409 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. |
