Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordveovis/docker-dovecot
An Alpine-based container for dovecot.
https://github.com/lordveovis/docker-dovecot
Last synced: about 5 hours ago
JSON representation
An Alpine-based container for dovecot.
- Host: GitHub
- URL: https://github.com/lordveovis/docker-dovecot
- Owner: LordVeovis
- License: mpl-2.0
- Created: 2019-05-26T17:19:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T21:03:24.000Z (almost 3 years ago)
- Last Synced: 2024-11-19T06:59:05.101Z (2 months ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
[![](https://img.shields.io/docker/cloud/build/veovis/dovecot.svg)](https://hub.docker.com/r/veovis/dovecot/builds) [![](https://img.shields.io/docker/pulls/veovis/dovecot.svg)](https://hub.docker.com/r/veovis/dovecot) ![](https://img.shields.io/microbadger/image-size/veovis%2Fdovecot.svg) [![](https://img.shields.io/github/tag/LordVeovis/docker-dovecot.svg)](https://github.com/LordVeovis/docker-dovecot/tags) [![](https://img.shields.io/github/license/LordVeovis/docker-dovecot.svg)](https://github.com/LordVeovis/docker-dovecot/blob/master/LICENSE)
# Dovecot
An alpine-based docker container providing dovecot.
## Details
This container provides dovecot.
* Alpine 3.15
* Dovecot 2.3.17.1
* OpenSSL 1.1.1n## Installing
See [docker-compose.yml](https://github.com/LordVeovis/docker-dovecot/blob/master/docker-compose.yml) for an example of how to configure the container.
This container is not configured through environment variables. It require the /etc/postfix to contains all configuration before starting postfix.
Please look at the official [documentation](https://wiki2.dovecot.org/) for help on the configuration file.
## Contributing
Please read [CONTRIBUTING](https://github.com/LordVeovis/docker-dovecot/blob/master/CONTRIBUTING) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
As a packager, we use the same versioning system than the upstream and suffixed by a revision number, like the Gentoo versioning.
* the branch master is the latest version and will be tagged latest
* a git branch represent a specific version from the upstream, like 2.10.3
* a git tag is made from a branched commit and represent a released-tag version frozen in time, like 2.10.3-r2Usually only the lastest version from the upstream is supported.
## Authors
* **Veovis** - *Initial work* - [LordVeovis](https://github.com/LordVeovis)
## License
This project is licensed under the MPL-2.0 License - see the [LICENSE](https://github.com/LordVeovis/docker-dovecot/blob/master/LICENSE) file for details