diff options
Diffstat (limited to 'content/mail')
| -rw-r--r-- | content/mail/inbox.md | 2 | ||||
| -rw-r--r-- | content/mail/rdns.md | 2 | ||||
| -rw-r--r-- | content/mail/security.md | 2 | ||||
| -rw-r--r-- | content/mail/smtp.md | 2 | ||||
| -rw-r--r-- | content/mail/validate.md | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/content/mail/inbox.md b/content/mail/inbox.md index dcc071a..9b45a77 100644 --- a/content/mail/inbox.md +++ b/content/mail/inbox.md @@ -1,7 +1,7 @@ --- title: "Setting up an E-mail Inbox" tags: ['mail'] -weight: 3 +date: 2022-12-04 --- In the article on [SMTP and Postfix](/mail/smtp), we set up a simple Postfix server that we could use to programatically send mail with the diff --git a/content/mail/rdns.md b/content/mail/rdns.md index 874449d..6a6ddf2 100644 --- a/content/mail/rdns.md +++ b/content/mail/rdns.md @@ -1,7 +1,7 @@ --- title: "Setup rDNS" tags: ['mail'] -weight: 5 +date: 2022-12-02 --- While [DNS records](dns.html) refer a domain name to the IP address where the the website is hosted, there is also rDNS (reverse DNS) and diff --git a/content/mail/security.md b/content/mail/security.md index 876c40a..fad5bcb 100644 --- a/content/mail/security.md +++ b/content/mail/security.md @@ -1,7 +1,7 @@ --- title: "Harden your E-mail Server" tags: ['mail'] -weight: 2 +date: 2022-12-05 --- ## Hardening Postfix diff --git a/content/mail/smtp.md b/content/mail/smtp.md index 2039907..dee5640 100644 --- a/content/mail/smtp.md +++ b/content/mail/smtp.md @@ -1,7 +1,7 @@ --- title: "Sending and Receiving Email" tags: ['mail'] -weight: 6 +date: 2022-12-01 --- The first step to setting up an email server is having an SMTP server. diff --git a/content/mail/validate.md b/content/mail/validate.md index f4f8769..2e371b2 100644 --- a/content/mail/validate.md +++ b/content/mail/validate.md @@ -1,7 +1,7 @@ --- title: "Validate Email with DNS Records" tags: ['mail'] -weight: 4 +date: 2022-12-03 --- Email is a lot like real-life mail. You can send email to anyone, but you can also write whatever return address you\'d like. That is, it\'s |
