Jump to content
Froxlor Forum
  • 0

I am planning to setup a mailinglist-manager along with my froxlor-setup


Question

Posted

Are there any recommendations? Is anybody here who tried mailman3, sympa, ... on top of froxlor postfix-setup? Are there any good guides available?

5 answers to this question

Recommended Posts

  • 0
Posted

After some evaluation and tinkering with sympa which I finally got it working. Nevertheless I decided to give mailman3 a try because sympa just felt a little unwieldy. I just want to mention the api based on web-services. 

I've installed mailman3 using https://github.com/galaxyproject/ansible-mailman3. This worked more or less. There was some issue with the python/django version and the latest release of mailman3 which has been resolved with the latest release 3.3.9 of mailman3.

There is only one thing you need to do manually after applying the role ansible-mailman3 first which is to add 'allauth.account.middleware.AccountMiddleware' in the MIDDLEWARE array in /opt/mailman3/lib/python3.10/site-packages/mailman_web/settings/base.py and run the role again.

I've created an additional ansible-role to do the necessary postfix changes: https://codeberg.org/ansible-galaxy/ansible-role-postfix-mailman

 

  • 0
Posted

Tried mailman once for fun, years ago. Just follow any install/config guide online. It won't be manageable through froxlor though. It's standalone.

  • 0
Posted

Thank you for your feedback! I don't care that it is not manageable via froxlor it should just not interfere with it ;). So from your perspective/experience adding the required config to postfix-config should not be a problem or do you expect any obstacles?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...