summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2020-11-29 23:00:52 +0300
committerVika <vika@fireburn.ru>2020-12-14 02:41:30 +0300
commitad023b0c886fd10f39ecda46250a4f5030a047d8 (patch)
treeb21645a4546cc2b7bcda8bb31e7717e5a47ded9d /nixos/doc
parent23a5371532aed94099834e46058a7e307c3dda87 (diff)
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.
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 3186eb7449fe..bc3315f468f1 100644
--- a/nixos/doc/manual/release-notes/rl-2103.xml
+++ b/nixos/doc/manual/release-notes/rl-2103.xml
@@ -252,6 +252,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