about summary refs log tree commit diff stats
path: root/content/post/postfix-as-null-client-with-external-catchall.md
diff options
context:
space:
mode:
authorAlan Pearce2020-11-14 21:19:20 +0100
committerAlan Pearce2020-11-14 21:52:50 +0100
commit42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa (patch)
tree279e1c567ab73b2beae4d1190112dbda8721fe3c /content/post/postfix-as-null-client-with-external-catchall.md
parent5c7878c3d18eae1d635aff080bebaff32bc553ad (diff)
downloadwebsite-42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa.tar.lz
website-42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa.tar.zst
website-42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa.zip
Convert front matter for zola
Diffstat (limited to 'content/post/postfix-as-null-client-with-external-catchall.md')
-rw-r--r--content/post/postfix-as-null-client-with-external-catchall.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/content/post/postfix-as-null-client-with-external-catchall.md b/content/post/postfix-as-null-client-with-external-catchall.md
index abc6bce..4a604b5 100644
--- a/content/post/postfix-as-null-client-with-external-catchall.md
+++ b/content/post/postfix-as-null-client-with-external-catchall.md
@@ -1,8 +1,10 @@
----
-title: 'Postfix on a NixOS null client with external catch-all'
-date: 2020-09-11T18:49:00+02:00
-Tags: ["development","git","nixos"]
----
++++
+title = 'Postfix on a NixOS null client with external catch-all'
+date = 2020-09-11T18:49:00+02:00
+
+[taxonomies]
+tags = ["development","git","nixos"]
++++
 I wanted to set up a server so that any local email (e.g. generated by cron jobs/systemd timers) would be forwarded to an external address, regardless of the user.  I also wanted the from address to keep the system hostname whilst not allowing any external use of the mailserver.
 
 It took me a while to figure out how to this, so I thought I'd share my method.