+13
nixos/doc/manual/release-notes/rl-2103.xml
+13
nixos/doc/manual/release-notes/rl-2103.xml
···+<link xlink:href="https://mailman.readthedocs.io/en/latest/src/mailman/docs/mta.html">Mailman documentation</link>.Please note that it's <emphasis>not</emphasis> possible to upgrade <literal>nextcloud</literal>
+29
-7
nixos/modules/services/mail/mailman.nix
+29
-7
nixos/modules/services/mail/mailman.nix
···# TODO: Should this be RFC42-ised so that users can set additional options without modifying the module?···+description = "Enable Mailman on this host. Requires an active MTA on the host (e.g. Postfix).";······+mta.configuration = lib.mkDefault (if cfg.enablePostfix then "${postfixMtaConfig}" else throw "When Mailman Postfix integration is disabled, set `services.mailman.settings.mta.configuration` to the path of the config file required to integrate with your MTA.");······
+37
-2
nixos/modules/services/mail/mailman.xml
+37
-2
nixos/modules/services/mail/mailman.xml
······+Mailman also supports other MTA, though with a little bit more configuration. For example, to use Mailman with Exim, you can use the following settings:+<link xlink:href="https://mailman.readthedocs.io/en/latest/src/mailman/docs/mta.html">Mailman documentation</link>