From df252dc8592a2ae1b63fc740dd443df70f338116 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sat, 25 Jan 2025 19:56:53 +0100 Subject: feat(modules/mail): init on server2 --- modules/by-name/co/constants/module.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/by-name/co/constants/module.nix') diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index fd00a34..4f241b6 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -31,6 +31,11 @@ redis-mastodon = 991; matrix-synapse = 224; mautrix-whatsapp = 225; + knot-resolver = 997; + redis-rspamd = 989; + rspamd = 225; + opendkim = 221; + virtualMail = 5000; # As per the NixOS file, the uids should not be greater or equal to 400; }; @@ -47,6 +52,11 @@ mastodon = 996; redis-mastodon = 991; matrix-synapse = 224; + knot-resolver = 997; + redis-rspamd = 989; + rspamd = 225; + opendkim = 221; + virtualMail = 5000; # The gid should match the uid. Thus should not be >= 400; }; -- cgit 1.4.1