From 39aaf2e0bb50c66c8fb6dfd4d9186b58234aeac9 Mon Sep 17 00:00:00 2001 From: schweby Date: Sun, 10 Jul 2022 18:55:52 +0200 Subject: [PATCH] !fixup make virtual addresses actually work also fix typo --- services/mail.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/services/mail.nix b/services/mail.nix index 5d4c0d7..0f4dc88 100644 --- a/services/mail.nix +++ b/services/mail.nix @@ -144,14 +144,15 @@ lib.mkForce "reject_non_fqdn_sender,reject_unknown_sender_domain,permit"; services.postfix.virtual = '' - postmaster@* admin@hacc.space - absue@* admin@hacc.space - contact@* info@hacc.space + postmaster@hacc.space admin@hacc.space + abuse@hacc.space admin@hacc.space + contact@hacc.space info@hacc.space + hello@hacc.space info@hacc.space + haccvoc@hacc.space voc@hacc.space @4future.dev @hacc.space @4futu.re @hacc.space @hacc.earth @hacc.space @infra4future.de @hacc.space - haccvoc@* voc@hacc.space ''; systemd.services.alps = {