diff --git a/roles/noise/templates/mm_cfg.py.j2 b/roles/noise/templates/mm_cfg.py.j2 index 4cc9f85f8ea19da71a73d0f994b71ba40b267499..ef71e28488a8b0368d64e2abd3feeaf07075bcd6 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