Docker-mailserver: Rainloop Integration

Created on 7 May 2016  ·  7Comments  ·  Source: tomav/docker-mailserver

Hi,

I was thinking that a webmail such as Rainloop would be awesome. We could just integrate it in the docker compose file as a second service. Let me know if you'd be interested and I'll see how I can contribute. If you prefer to keep your project simple as it is, I can still fork it to include these two features

enhancement question waiting for contributor action

Most helpful comment

I highly recommend to use an external image for this in order to simplify maintenance of both mailserver and webmail, and also for service isolation and respect of docker philosophy.
But I'd be happy if you you want to add a page on the wiki regarding the necessary docker-compose setup in order to do that.

Let me know.

All 7 comments

I highly recommend to use an external image for this in order to simplify maintenance of both mailserver and webmail, and also for service isolation and respect of docker philosophy.
But I'd be happy if you you want to add a page on the wiki regarding the necessary docker-compose setup in order to do that.

Let me know.

Well, I'm actually building a Dockerfile and a docker-compose.yml file in order to to that. I'll keep you posted with my progress.

Thank you @manthis

Also interested in rainloop integration based on seperate image.

Hi @manthis, any update on this?

I've made this container here which also has SSL support. I use it with this mailserver image without any issue. Let me know if this helps in any way.

I've just linked the mail container (which I named mail) to the webmail one to allow them to communicate locally in the docker-compose.yml.

links:
    - mail:mail

I think @Krishath makes us move forward.
I close this thread as it not an issue and we have a solution for that.

As usual, feedback welcome. If they're positive, I'll be happy to link @Krishath's project in the README.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dragonito picture dragonito  ·  5Comments

Dubbeldrank picture Dubbeldrank  ·  4Comments

nicklayb picture nicklayb  ·  4Comments

jholster picture jholster  ·  4Comments

m-a-v picture m-a-v  ·  4Comments