From 74aa02420e30ceadf07b7a7ee7d73b49d204b224 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 23 Jul 2018 22:36:54 +0200 Subject: [PATCH] mail: make mailman work with postfix again --- roles/mail/templates/mailman/mm_cfg.py.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mail/templates/mailman/mm_cfg.py.j2 b/roles/mail/templates/mailman/mm_cfg.py.j2 index 44db13f..2999388 100644 --- a/roles/mail/templates/mailman/mm_cfg.py.j2 +++ b/roles/mail/templates/mailman/mm_cfg.py.j2 @@ -88,13 +88,13 @@ DEFAULT_SEND_REMINDERS = 0 # automatically recognizes newly created lists. # (see /usr/share/doc/mailman/README.Exim4.Debian or # /usr/share/mailman/postfix-to-mailman.py) -MTA=None # Misnomer, suppresses alias output on newlist +# MTA=None # Misnomer, suppresses alias output on newlist #------------------------------------------------------------- # Uncomment if you use Postfix virtual domains (but not # postfix-to-mailman.py), but be sure to see # /usr/share/doc/mailman/README.Debian first. -# MTA='Postfix' +MTA='Postfix' #------------------------------------------------------------- # Uncomment if you want to filter mail with SpamAssassin. For