diff options
Diffstat (limited to 'content/posts/2021-09-18-maddy.md')
-rw-r--r-- | content/posts/2021-09-18-maddy.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2021-09-18-maddy.md b/content/posts/2021-09-18-maddy.md index 3f75181..aee5966 100644 --- a/content/posts/2021-09-18-maddy.md +++ b/content/posts/2021-09-18-maddy.md @@ -1,9 +1,9 @@ --- -title: "Maddy" -date: 2021-09-18T22:05:32+01:00 -draft: false -params: - comments: true +.title = "Maddy", +.author = "Martin Ashby", +.date = @date("2021-09-18T22:05:32+01:00"), +.layout = "single.html", +.custom = {"comments": true}, --- Since my [last post on mail servers](https://mfashby.net/posts/2018-06-01-mailu/), the [maddy](https://maddy.email/) email server has advanced significantly, and now includes enough functionality to be a useful mail server adhering to current best practices. This includes DKIM, spam filtering with rspamd, virtual user management and more. |