[mailman3] Add fedmsg archiver

Plenty of existing archived lists are reliable on fedmsg archiver. The EPEL9
package is currently in bodhi
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-39533b3dcb. Let's add
it to mailman3 role.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-04-03 16:19:31 +02:00
parent bd64d10d45
commit d9f1031dbc
2 changed files with 8 additions and 0 deletions

View file

@ -15,6 +15,7 @@
- postorius
- python3-gunicorn
- python3-mailman-hyperkitty
- python3-mailman3-fedmsg-plugin
- python3-mailman-web
- python3-mod_wsgi
- python3-pylibmc

View file

@ -34,6 +34,13 @@ class: mailman_hyperkitty.Archiver
enable: yes
configuration: /etc/mailman3.d/hyperkitty.cfg
[archiver.fedmsg]
class: mailman3_fedmsg_plugin.Archiver
enable: yes
[archiver.prototype]
enable: yes
[webservice]
hostname: localhost
port: 8001