From ad023b0c886fd10f39ecda46250a4f5030a047d8 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 29 Nov 2020 23:00:52 +0300 Subject: nixos/mailman: make Postfix support optional (provided you configure the MTA yourself) Mailman can now work with MTAs other than Postfix. You'll have to configure it yourself using the options in `services.mailman.settings.mta`. This addition is reflected in the release notes for 21.03. --- nixos/doc/manual/release-notes/rl-2103.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'nixos/doc') diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml index 3186eb7449fe..bc3315f468f1 100644 --- a/nixos/doc/manual/release-notes/rl-2103.xml +++ b/nixos/doc/manual/release-notes/rl-2103.xml @@ -250,6 +250,19 @@ Other Notable Changes + + + The Mailman NixOS module (services.mailman) has a new + option , defaulting + to true, that controls integration with Postfix. + + + If this option is disabled, default MTA config becomes not set and you + should set the options in services.mailman.settings.mta + according to the desired configuration as described in + Mailman documentation. + + The default-version of nextcloud is nextcloud20. -- cgit v1.2.3