Disable submission with explicit STARTTLS by default

Deprecated, but not yet scheduled for removal pending user feedback.
This commit is contained in:
Martin Weinelt
2025-11-08 12:37:29 +01:00
parent 58659fbdfd
commit 1337e2eece
3 changed files with 15 additions and 6 deletions

View File

@@ -7,6 +7,9 @@
# Testing eval failures that result from stateVersion assertion is out of scope
mailserver.stateVersion = 999;
# Keep testing submission with explicit TLS
mailserver.enableSubmission = true;
# Enable second CPU core
virtualisation.cores = lib.mkDefault 2;