mailman3 integration #2077
joergmschulz
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I'm not familiar with mailman3 but using Sieve would only make sense if the message could be forwarded to mailman somehow. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Mailing list management features are currently out of scope with stalwart.
There is a basic concept in - https://github.com/ewdurbin/stalwart-mailman , This only works for outdated versions, and it does not handle messages arriving from the outside (will get stuck in the virtual users created for each list),
A mailman3 integration would need to catch in for incoming smtp in the rcpt stage. Is it a good idea to resolve this with a sieve script that would be created via a mailman3 extension?
Beta Was this translation helpful? Give feedback.
All reactions