Mailman3 Core
- By Mailman3 charm maintainers
- Monitoring
Channel | Version | Revision | Published | Runs on |
---|---|---|---|---|
latest/stable | 36f3623-dirty | 4 | 27 Jul 2022 |
juju deploy mailman3-core
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
Overview
This charm deploys and manages the "Mailman Core" component of mailman3. "Mailman Core" or "Core" is the main engine that is responsible for handling emails. It does all the tasks of managing users, subscriptions, mailing lists, email addresses, talking to the MTA etc. However, the things that it doesn't manage include user authorization & user authentication.
However, users can manage their settings using email based commands which includes subscribing, unsubscribing, changing a few basic settings for their accounts etc.
Most functionalities in Core can be accessed using an administrative REST API which provides full control over the Core. Core expects the clients that consume this API would take up the responsibility of authenticating and authorizing users and provide interfaces for them to manage their settings and subscriptions.