Web interface to manage email aliases #4177
scheidti
started this conversation in
Show and tell
Replies: 2 comments 15 replies
-
I couldn't get it to work. After startup, the Here is the demo setup I used: compose.yamlservices:
mailserver:
hostname: mail.example.com
image: ghcr.io/docker-mailserver/docker-mailserver:latest
configs:
- source: dms-account
target: /tmp/docker-mailserver/postfix-accounts.cf
mailserver-aliases:
image: chscheid/docker-mailserver-aliases:1.0.1
restart: unless-stopped
environment:
- GIN_ADDR=8080
ports:
- "8080:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# NOTE: This feature requires Docker Compose v2.23.1 (Nov 2023) or newer:
# https://github.com/compose-spec/compose-spec/pull/446
configs:
# DMS requires an account to complete setup
# password is `secret`
dms-account:
content: |
[email protected]|{SHA512-CRYPT}$$6$$sbgFRCmQ.KWS5ryb$$EsWrlYosiadgdUOxCBHY0DQ3qFbeudDhNMqHs6jZt.8gmxUwiLVy738knqkHD4zj4amkb296HFqQ3yDq4UXt8. Two thoughts:
|
Beta Was this translation helpful? Give feedback.
10 replies
-
I´ve build this interface, with access control, password recover and manager each email from each domain. still working in progress and in pt-br language. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community,
I’m excited to share an addon I’ve developed for DMS. It’s called Docker Mailserver Aliases, and it provides a simple web interface to manage email aliases! I developed it for my own DMS instance to easily create and delete email aliases.
For now this are the implemented features:
You can run it as a Docker container alongside Docker Mailserver.
Maybe someone will find it useful, and I’d love to get feedback!
Beta Was this translation helpful? Give feedback.
All reactions