2021-08-21 17:30:08 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2019-09-20 12:55:12 +02:00
# Mailman3 for YunoHost
2022-06-05 16:15:56 +02:00
[![Integration level ](https://dash.yunohost.org/integration/mailman3.svg )](https://dash.yunohost.org/appci/app/mailman3) ![Working status ](https://ci-apps.yunohost.org/ci/badges/mailman3.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/mailman3.maintain.svg )
2021-08-21 17:30:08 +02:00
[![Install Mailman3 with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=mailman3)
2019-09-20 12:55:12 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-08-21 17:30:08 +02:00
> *This package allows you to install Mailman3 quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2019-09-30 15:50:17 +02:00
2019-09-20 12:55:12 +02:00
## Overview
2021-08-21 17:30:08 +02:00
Electronic mailing lists manager
2019-09-20 12:55:12 +02:00
2022-07-15 22:51:47 +02:00
**Shipped version:** 1.0~ynh2
2019-09-20 12:55:12 +02:00
2021-08-21 17:30:08 +02:00
**Demo:** https://lists.mailman3.org/mailman3/lists/
2019-09-20 12:55:12 +02:00
## Screenshots
2022-06-05 16:15:56 +02:00
![Screenshot of Mailman3 ](./doc/screenshots/screenshot1.webp )
2019-09-20 12:55:12 +02:00
2021-08-21 17:30:08 +02:00
## Disclaimers / important information
2019-09-20 12:55:12 +02:00
2021-08-21 17:30:08 +02:00
* Any known limitations, constrains or stuff not working, such as (but not limited to):
* requiring a full dedicated domain
2019-09-20 12:55:12 +02:00
2021-08-21 17:30:08 +02:00
* Other infos that people should be aware of, such as:
* No LDAP support yet (apparently under development)
* Users can also just sign up themselves to manage details
* Users can use mailing lists without signing up?
2019-09-22 17:30:51 +02:00
2022-07-15 22:51:47 +02:00
Classical admin is available on the page: https://myyunohost.org/
2019-09-20 12:55:12 +02:00
2022-07-15 22:51:47 +02:00
Django admin on: https://myyunohost.org/admin/
2019-09-20 12:55:12 +02:00
2019-09-30 15:50:17 +02:00
## General Configuration
2019-09-20 12:55:12 +02:00
2019-09-30 15:50:17 +02:00
Mailman 3 or "The Mailman Suite" is made up of 5 moving parts. See the following documentation for more:
2019-09-20 12:55:12 +02:00
2019-09-30 15:50:17 +02:00
> http://docs.mailman3.org/en/latest/index.html#the-mailman-suite
2019-09-20 12:55:12 +02:00
On your YunoHost, all the configuration files you need to worry about are in:
* `/etc/mailman3/`
2019-09-30 15:50:17 +02:00
* `/usr/share/mailman3-web/`
The services you need to manage can be checked with:
* `systemctl status mailman3`
* `systemctl status mailman3-web`
2019-09-20 12:55:12 +02:00
2019-09-30 15:50:17 +02:00
It is important to note that this package makes use of the [mailman3-full ](http://docs.mailman3.org/en/latest/prodsetup.html#distribution-packages ) Debian package contained in the Debian Stretch backports repository. The default installation assumes the use of a SQLite3 database but the installation script overrides this and uses a PostgreSQL database instead.
2019-09-20 12:55:12 +02:00
2019-09-22 18:25:46 +02:00
Finally, you also configure things through the Django web admin available at `/admin/` .
2019-09-20 12:55:12 +02:00
## Limitations
2019-09-30 15:50:17 +02:00
* Migrating from Mailman 2.X is not officially supported, sorry. However, there is a manual and
which details an experimental process. Please see [the documentation ](https://docs.mailman3.org/en/latest/migration.html ).
2019-09-20 12:55:12 +02:00
2019-09-30 15:50:17 +02:00
* Mailman3 must be configured to use a root domain (https://myyunohost.org and not https://myyunohost.org/mailman3).
2019-09-20 12:55:12 +02:00
* You must have a HTTPS certificate installed on the root domain.
2019-09-23 17:41:48 +02:00
* There may be only one installation per YunoHost.
2021-08-21 17:30:08 +02:00
## Documentation and resources
2019-09-20 12:55:12 +02:00
2022-06-05 16:15:56 +02:00
* Official app website: < http: // www . list . org />
* Official user documentation: < http: // docs . mailman3 . org / en / latest / userguide . html >
* Official admin documentation: < https: // docs . mailman3 . org / en / latest />
* Upstream app code repository: < https: // gitlab . com / mailman / mailman-suite >
* YunoHost documentation for this app: < https: // yunohost . org / app_mailman3 >
* Report a bug: < https: // github . com / YunoHost-Apps / mailman3_ynh / issues >
2019-09-20 12:55:12 +02:00
2021-08-21 17:30:08 +02:00
## Developer info
2019-09-20 12:55:12 +02:00
2021-08-21 17:30:08 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/mailman3_ynh/tree/testing ).
2019-09-20 12:55:12 +02:00
2021-08-21 17:30:08 +02:00
To try the testing branch, please proceed like that.
2022-06-05 16:15:56 +02:00
``` bash
2021-08-21 17:30:08 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/mailman3_ynh/tree/testing --debug
or
sudo yunohost app upgrade mailman3 -u https://github.com/YunoHost-Apps/mailman3_ynh/tree/testing --debug
2019-09-20 12:55:12 +02:00
```
2022-06-05 16:15:56 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >