-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MLMMJ integration #282
Comments
I really hate Mailman3, it is unnecessarily complicated, super buggy and has a lot less features than Mailman2. I would be happy to find an up to date alternative. But MLMMJ seems to be abandoned for many years now or am I wrong about that? |
I did move away from Mailman for the same reasons. For MLMMJ I'd not say abandoned but not much activity lately but it's actively used by some bigger lists. From my experience it's doing it's job without issues and worth to give it a try. Since I switched from MM2 to MLMMJ I wrote a small API to manage MLMMJ as I had the need to feed it automatically from a database: https://gitlab.com/runout/mlmmjapi |
It's just that their website doesn't support https, the latest release is from 24 May 2017 and the latest mail on their own mailinglist is also from 2017, that did not reassure me a lot |
I'm sure it will take some time until this new release will get into Debian: https://codeberg.org/mlmmj/mlmmj/releases/tag/RELEASE_1_4_0 See this issue: https://codeberg.org/mlmmj/mlmmj/issues/3 and regarding the mailing list: https://marc.info/?l=mlmmj Contributions you might want: eg for html-footer,... https://codeberg.org/mlmmj/mlmmj/src/branch/master/contrib |
Ah I see, thanks. Then it looks like they just abanoned the website http://mlmmj.org |
Looks like Debian has the new release on the track already: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043037 |
Indeed, mlmmj.org is perhaps among first search results when searching by name, and the status of that website, or the repo pointed to from it, is not reassuring. It's good to know the work is at least being continued elsewhere. Still too bad they can't become the official MLMMJ yet. |
@runout-at, what kind of integration are you talking about in this issue? |
For now the integration would just be to provide a router and transport. Lists would have to managed by other tools or manually and configured in main/00_mlmmj. Maybe later on we could add mlmmj to the type-field in the users table and use it to query the mlmmj-lists for the config. But this would involve some changes in the vexim-frontend. |
Actually, I'm not even sure why we have Mailman "integration" in the first place. No SQL queries are performed in either Mailman router or transport that we provide, so I'm not sure why we should provide them in the first place. There's basically no integration whatsoever, except the Also, the Not in 2.3.x, but I think I'd rather remove these Mailman-related files altogether, unless I'm convinced not to. Same goes for MLMMJ, Mailman3 and anything else. I'd say it's out of scope for us, at least in this upcoming version. I'm also tempted to drop the Thoughts? |
I use Vexim for more than 10 years now and even though I also use Mailman, I never used the Vexim frontend integration for it. It is really just a link that does not provide much benefit. I don't know anything about MLMMJ, maybe there can be benefits with integrating it into the frontend? |
Maybe MM2 and MM3 do need different routers/transport. When I tested MM3 some years ago I did that on a separate VM (only MM3+Exim) and it was complicated to get it to work and communicate with the main Exim server properly. I'm not sure if this is easy enough to provide a receipt with Vexim. At the moment I'd just give a rough idea how to do it so it's easier for people to start off - and maybe only for MLMMJ. |
I mentioned that frontend page because it's the only other point of integration that we provide (other than the Exim config bits and some text in the README). Though I just noticed that a link to that page is only displayed in the main admin page if
Of course MM3 needs a different router and transport, and that's my point exactly (cont'd below).
MM2, MM3, MLMMJ and most other projects usually have their own README files or instructions provided by other means. Sometimes this is even down to blog posts by people who had to sit down and figure out the integration details themselves. So my point is: why should we take the burden upon ourselves to maintain documentation and integration hooks between Exim and numerous third-party products, which our users may or may not use and which, at least in some cases, can only have very basic/no integration with Vexim (like in case of MM2)? In my opinion, everything is already complicated enough as it is. I mean, if even a project as strong as Debian resorts to README files with instructions for manual actions for each integration with Exim, do you really think we can do better? Right now? I doubt it. Of course, we can strive to provide every possible integration with every possible software, but I'm afraid that we'll just crumble under our own weight if we do so. Considering the overall lack of time we dedicate to this project, I'd rather focus on virtual mail only for now, and maybe think about a way to provide some wizard-like or pre-packaged solution later. BTW, I believe these goals also closely overlap with those of Exim4u. Some of these points are also closely related to #284. |
Exim4U is too monolithic for me. I try to split components to several VMs. An integration in Vexim would only make sense if there is something to configure we can provide a frontend for. Maybe we could create a contrib directory somwhere in the docs and add scripts, routers, transports, configs we come around and believe it to be useful. I'm not up to write or maintain an Exim Cook Book. |
I'd like to open the type-field in the users and domains tables to add more types. These additional types would be enough to eg filter domains for mailing lists and other use cases. The list of _types_could be static in the config file. Not sure if it's really necessary to have the list of types in the SQL-create statements. |
I 'd just throw this in the wiki and close the issue. https://github.com/vexim/vexim2/wiki/Server-configuration:-MLMMJ-(Mailing-Lists) |
Just for the record if someone finds this issue: I just updated the router example in the wiki. Adding a Precedence header as I found Exim unsubscribing people on autoreply messages. |
MLMMJ is a mailing list manager: http://mlmmj.org/
Its more lightweight than Mailman3.
It was recently discussed in #281
Integration with Exim/Vexim is straight forward (tested on Debian). If this is from interest I could prepare a PR. The following is an example for multiple domains and multiple lists per domain - this is reflected by the file system structure (/var/spool/mlmmj/<list_domain>/<list_localpart>/...).
This transport uses the amime extension from https://codeberg.org/mlmmj/mlmmj/src/branch/master/contrib/amime-receive
On a system without systemd
The text was updated successfully, but these errors were encountered: