maxking / docker-mailman

Dockerfiles for the Mailman suite.
https://asynchronous.in/docker-mailman/
MIT License
233 stars 103 forks source link

Run in parallel with mailcow-dockerized #403

Closed strarsis closed 11 months ago

strarsis commented 4 years ago

Is it possible to run docker-mailman in parallel with mailcow-dockerized? The main issue that comes to mind is the web frontend that has to be passed through by a reverse proxy?

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.66. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

monofox commented 3 years ago

@strarsis, yes is possible. Some configurations must be done in order to proper connect from mailman-core to postfix and inverse.

Actually i configured a volume to have access to the regexp lists on postfix container as well as on mailman-core container. Furthermore it was necessary to overwrite the mta configuration in order to force the STARTTLS.

Also i needed to work with the vmap from mailman to got it proper configured, but in my test it finally worked. At https://github.com/Shadowghost/mailcow-mailman3-dockerized there is a try to combine both projects. I didn't tested it out yet, working on my own compose.

For web it is strongly recommended to have a reverse proxy in front of it.

strarsis commented 3 years ago

@monofox: Would it be worth the extra costs of a separate server/cloud instance just for the mailer/newsletter/newsgroup daemon? OTOH, mailcodw already ships with extra web services like SOGO.

monofox commented 3 years ago

@strarsis In regular cases for small usage not required from my point of view. Mostly depends on the host systems capabilities and resources.

strarsis commented 3 years ago

@monofox: There are also other services like mailmonk for newsletters/mailing lists. Any recommendations?

g4rf commented 3 years ago

I wrote a guide to install and config mailcow-dockerized with docker-mailman. It's now in a kind of beta state, but may help to get it working. Help and bug reports are appreciated.

Repo: github.com/g4rf/dockerized-mailcow-mailman

github-actions[bot] commented 1 year ago

This issue has not been updated for more than 1year

strarsis commented 1 year ago

Not stale!

github-actions[bot] commented 11 months ago

This issue has not been updated for more than 1year