summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2020-12-14 09:46:05 +0100
committerGitHub <noreply@github.com>2020-12-14 09:46:05 +0100
commitcc786acdcecf95b75e5704e004b5a6d109fc0605 (patch)
tree9f745087a875d715402e31a4257b1fb3af513ed1 /nixos/doc
parent1e8ca69151d384b17c3e4490ae2dc1e06b50bae3 (diff)
parentad023b0c886fd10f39ecda46250a4f5030a047d8 (diff)
Merge pull request #105397 from kisik21/mailman-other-mta-support
nixos/mailman: make Postfix support optional (provided you configure the MTA yourself)
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2103.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml
index 374933d30127..498ee0fa00ae 100644
--- a/nixos/doc/manual/release-notes/rl-2103.xml
+++ b/nixos/doc/manual/release-notes/rl-2103.xml
@@ -278,6 +278,19 @@
<itemizedlist>
<listitem>
<para>
+ The Mailman NixOS module (<literal>services.mailman</literal>) has a new
+ option <xref linkend="opt-services.mailman.enablePostfix" />, defaulting
+ to true, that controls integration with Postfix.
+ </para>
+ <para>
+ If this option is disabled, default MTA config becomes not set and you
+ should set the options in <literal>services.mailman.settings.mta</literal>
+ according to the desired configuration as described in
+ <link xlink:href="https://mailman.readthedocs.io/en/latest/src/mailman/docs/mta.html">Mailman documentation</link>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
The default-version of <literal>nextcloud</literal> is <package>nextcloud20</package>.
Please note that it's <emphasis>not</emphasis> possible to upgrade <literal>nextcloud</literal>
across multiple major versions! This means that it's e.g. not possible to upgrade