On 12/26/22 12:08, Lars Bjørndal wrote:
Hi, list!
I'm on Fedora 36 with the packages mailman3-3.3.4-6.fc36.noarch and postorius-1.3.6-2.fc36.noarch installed. with the command
sudo -u mailman mailman3 create <listname>
I was able to create a list.
I'm not able to find out how to setup and configure the postorius package. There's no mailman-web command.
See <https://docs.mailman3.org/projects/postorius/en/latest/>. I don't know how you invoke the Django management command in the postorius-1.3.6-2.fc36.noarch package. It could be manage.py or django-admin or something else.
Hyperkitty will not installed du to a dependency conflict, but I dont need archiving for the list.
Here comes my quesitons:
- What's the easiest way to approve an email sent to the list?
Approving held messages via email requires Mailman core >= 3.3.5. See <https://gitlab.com/mailman/mailman/-/issues/169> Thus, the easiest way is via Postorius.
- How can I configure the list to accept messages also from non members?
Set the list's default_nonmember_action to Action.defer. This can be done via Postorius, mailman shell or the REST API.
- How can I setup postorius to work on Fedora? I have django-admin, but I'm not sure where to go.
See the Postorius docs at
https://docs.mailman3.org/projects/postorius/en/latest/setup.html#installati...
to get started. (replace python manage.py
with django-admin
)
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan