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 = {