Skip to content
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

Mailman 3 integration? #220

Closed
stevelord opened this issue Jul 12, 2017 · 5 comments
Closed

Mailman 3 integration? #220

stevelord opened this issue Jul 12, 2017 · 5 comments
Milestone

Comments

@stevelord
Copy link

Has anyone tried setting up a list manager like Mailman?

Mailman 3 apparently uses docker as a base, but it looks like it may have it's own postfix server. Before I experience the horror that is trying this first hand, I was wondering if anyone else has given it (or any other mailing list manager) a go successfully?

I suspect that any mail server that integrates with postfix is going to either conflict with mailu's postfix at some level or will need to carry a map file of some sort across.

Any thoughts/suggestions/experiences? Is it worth integrating a mailing list server into mailu?

@kaiyou
Copy link
Member

kaiyou commented Jul 16, 2017

For this to work properly on the same public IP address, you must run both on the same Docker network (or with a Docker network in common), and have only one of the Postfix servers to listen publicly.

The expected behaviour would probably be to have Mailu listen on the public IP address and redirect mails to Mailman's Postfix. Unfortunately, Mailu does not yet have an option to redirect emails for a specific domain to a given MX. One would have to implement this first (should be quite simple though).

@Archie1978
Copy link

stevelord use a BIND_ADDRESS variable in the .env.
If you are many IP, you must separate with coma.

I have a 20 dockers and it is a mess :)

@kaiyou
Copy link
Member

kaiyou commented Sep 10, 2017

I will try and implement a dynamic domain routing table for this to work properly in the future. It will probably land in 1.5.

@kaiyou kaiyou added this to the 1.5 milestone Sep 10, 2017
@kaiyou
Copy link
Member

kaiyou commented Sep 10, 2017

I started implementing this on branch feature-relays. Currently only the admin interface part is implemented.

@kaiyou
Copy link
Member

kaiyou commented Sep 16, 2017

You can now integrate with Mailman using relays, as they were just merged. Closing this issue!

@kaiyou kaiyou closed this as completed Sep 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants