From 512d4a3022bcbf2513c15fe19ac1115ed8a79d8b Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Apr 13 2021 19:17:51 +0000 Subject: Merge branch 'hellcp/mailman-archiver-prototype' into 'production' Add prototype archiver to keep a full version of every archived email See merge request infra/salt!484 --- diff --git a/salt/profile/mailman3/files/mailman.cfg b/salt/profile/mailman3/files/mailman.cfg index e9805c2..1fb7fa7 100644 --- a/salt/profile/mailman3/files/mailman.cfg +++ b/salt/profile/mailman3/files/mailman.cfg @@ -1,4 +1,3 @@ -# AUTOMATICALLY GENERATED BY MAILMAN ON 2019-09-05 04:35:36 UTC # # This is your GNU Mailman 3 configuration file. You can edit this file to # configure Mailman to your needs, and Mailman will never overwrite it. @@ -40,6 +39,9 @@ class: mailman_hyperkitty.Archiver enable: yes configuration: /etc/mailman/hyperkitty.cfg +[archiver.prototype] +enable: yes + [database] class: mailman.database.postgresql.PostgreSQLDatabase url: postgres://{{ pillar['profile']['mailman3']['database_user'] }}:{{ pillar['postgres']['users']['mailman3']['password'] }}@{{ pillar['profile']['mailman3']['database_host'] }}/mailman