diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-30 16:14:11 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-30 16:14:11 +0200 |
commit | 2c4722f75c73df04f95e5d1652b07e23def90ed7 (patch) | |
tree | 81f49111bcbc729e965eca8f531cfc07054412fe /hosts/by-name | |
parent | modules/mail: Avoid changing the `virtualMail` user uid (diff) | |
download | nixos-server-2c4722f75c73df04f95e5d1652b07e23def90ed7.zip |
{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.
Diffstat (limited to 'hosts/by-name')
-rw-r--r-- | hosts/by-name/server2/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |