From 5eb53778697b837eb6bd90d43918d510eb69b105 Mon Sep 17 00:00:00 2001
From: putro <putro@autistici.org>
Date: Sun, 13 Oct 2024 12:16:39 +0200
Subject: [PATCH] use MTA=none also for noise

---
 roles/noise/templates/mm_cfg.py.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/noise/templates/mm_cfg.py.j2 b/roles/noise/templates/mm_cfg.py.j2
index 4cc9f85f..ef71e284 100644
--- a/roles/noise/templates/mm_cfg.py.j2
+++ b/roles/noise/templates/mm_cfg.py.j2
@@ -126,12 +126,12 @@ SMTP_PASSWD = '{{ noise_smtp.auth_password }}'
 # Uncomment this if you configured your MTA such that it
 # automatically recognizes newly created lists.
 # (see /usr/share/doc/mailman/README.{EXIM,...})
-# MTA=None   # Misnomer, suppresses alias output on newlist
+MTA=None   # Misnomer, suppresses alias output on newlist
 
 # -------------------------------------------------------------
 # Uncomment if you use Postfix virtual domains, but be sure to
 # read /usr/share/doc/mailman/README.POSTFIX first.
-MTA='Postfix'
+# MTA='Postfix'
 
 POSTFIX_STYLE_VIRTUAL_DOMAINS = virtualhosts
 
-- 
GitLab