A simple REST-API backend for docker-mailserver who enables users to manage emails.
335
Caution : latest is an unsable build ! Consider using a specified tag instead.
A simple REST-API backend for docker-mailserver who enables users to manage emails, aliases, quotas and restrictions through a REST API.
I am using docker-mailserver every day to manage my own mail, but also my family's one. And I always through it was terrible to have to log on my server through SSH to simply change a mailbox password, or create an alias.
So, I decided to write a simple client/server application who will allow me to manage this kind of things through a GUI.
docker-mailserver >= 11.0.0 instance.>= 1.18You will find all the required documentation in /api folder.
You must provide, through environment variables :
MAILS_PASSWORD : This password will allow you to request all pages, through the Authorization header.MAILS_CONTAINER_NAME, which is the name of your docker-mailserver container.Server will expose port 8080.
docker run -p 8080:8080 -d -e MAILS_PASSWORD=CHANGE_ME -e MAILS_CONTAINER_NAME=mail -v /var/run/docker.sock:/var/run/docker.sock artheriom/docker-mailserver-api:v1.0.0
Licensed under AGPL.
Content type
Image
Digest
sha256:892666df4…
Size
193.7 MB
Last updated
almost 4 years ago
docker pull artheriom/docker-mailserver-api