all repos — website @ 42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa

My website

Convert front matter for zola

Alan Pearce
commit

42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa

parent

5c7878c3d18eae1d635aff080bebaff32bc553ad

1 file changed, 7 insertions(+), 5 deletions(-)

changed files
M content/post/postfix-as-null-client-with-external-catchall.mdcontent/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.