docker-mailserver
docker-mailserver copied to clipboard
Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.
### Description Reference: - https://github.com/orgs/docker-mailserver/discussions/3624#discussioncomment-7514981 - https://github.com/orgs/docker-mailserver/discussions/4413#discussioncomment-12494383 (_2025, with suggestion to also support setting `OK` instead of `REJECT`_) --- The `help` command doesn't work with this subcommand (_although an incompatible...
### Description This topic comes up in issues / discussions often enough that this implicit feature should be documented publicly at some point. Recent reference: https://github.com/orgs/docker-mailserver/discussions/3623 I know I've broken...
### Description Bit of a history with this one: - Considering our project is docker focused, this is a horrible choice for `grep` to track down 🤣 - Presently, this...
### Description only use SRS if necessary, i.e. leaving the mailserver. There is an example for this here: https://github.com/roehling/postsrsd/discussions/76#discussioncomment-4740635 ### Applicable Users all ### Are you going to implement it?...
### Description Up for grabs for anyone who'd like to contribute, no rush :) --- When [reviewing a PR that introduced widespread mail delivery failures](https://github.com/docker-mailserver/docker-mailserver/pull/3550/files#r1339564900) by changing UID/GID (_as Dovecot...
### Description [SLSA](https://slsa.dev) (_[about](https://slsa.dev/about) page_): - Docker docs on [Provenance Attestations](https://docs.docker.com/build/attestations/slsa-provenance/). - [Attestation formats](https://slsa.dev/attestation-model#open-source) spec for [SLSA Provenance](https://slsa.dev/provenance). A feature that provides additional insights / transparency into the image build...
### Subject I would like to contribute to the project ### Description I'd like v13.0.0 to be a release that barely adds new functionality, because I think DMS is already...
### Subject Something else that requires developers attention ### Description I have been working on getting familiar with the LDAP support in DMS, going over the history and issues /...
### Context It is possile to add relay, but apparently no way to list or delete them: COMMAND relay := setup relay add-auth [] setup relay add-domain [] setup relay...
### Context Reference: https://github.com/orgs/docker-mailserver/discussions/3523#discussioncomment-6912407 Generally there is a misunderstanding with using `setup alias add ...` to forward mail to another address (eg: Gmail), avoiding local mail storage at DMS, but...