From 2c4722f75c73df04f95e5d1652b07e23def90ed7 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 30 Mar 2025 16:14:11 +0200 Subject: {hosts/server2,modules/mail}: Re-active the old mail server Running two mail-servers on one system is a total /mess/. Both try to bind to the same ports, the old stack consists of **5** different systemd services whilst stalwart-mail's systemd service simply refuses to stop, etc. I'm confident that it can work, but it would probably be best to deploy the new mail-server on server3. --- hosts/by-name/server2/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/by-name') diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index 90da548..7f0502d 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -58,7 +58,7 @@ fqdn = "mail.foss-syndicate.org"; }; stalwart-mail = { - enable = true; + enable = false; fqdn = "mail.vhack.eu"; admin = "admin@vhack.eu"; security = { -- cgit 1.4.1