From e239a3a726d94593051f52270386e6f9dba81bb6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 3 Apr 2020 21:44:24 +0200 Subject: Convert front matter for zola --- post/postfix-as-null-client-with-external-catchall.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'post/postfix-as-null-client-with-external-catchall.md') diff --git a/post/postfix-as-null-client-with-external-catchall.md b/post/postfix-as-null-client-with-external-catchall.md index 4229083..3d4a84f 100644 --- a/post/postfix-as-null-client-with-external-catchall.md +++ b/post/postfix-as-null-client-with-external-catchall.md @@ -1,7 +1,9 @@ +++ title = "Postfix on a NixOS null client with external catch-all" -date = "2020-09-11T18:49:00+02:00" -Tags = ["development","git","nixos"] +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. -- cgit 1.4.1