Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordveovis/docker-rspamd
An Alpine-based container for rspamd
https://github.com/lordveovis/docker-rspamd
Last synced: about 5 hours ago
JSON representation
An Alpine-based container for rspamd
- Host: GitHub
- URL: https://github.com/lordveovis/docker-rspamd
- Owner: LordVeovis
- License: mpl-2.0
- Created: 2019-05-26T17:30:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T19:08:09.000Z (over 3 years ago)
- Last Synced: 2024-11-19T06:59:04.377Z (2 months ago)
- Language: Dockerfile
- Size: 9.77 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
[![CircleCI](https://circleci.com/gh/LordVeovis/docker-rspamd/tree/master.svg?style=shield)](https://circleci.com/gh/LordVeovis/docker-rspamd/tree/master) [![](https://img.shields.io/docker/pulls/veovis/rspamd.svg)](https://hub.docker.com/r/veovis/rspamd) ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/veovis/postfix) [![](https://img.shields.io/github/tag/LordVeovis/docker-rspamd.svg)](https://github.com/LordVeovis/docker-rspamd/tags) [![](https://img.shields.io/github/license/LordVeovis/docker-rspamd.svg)](https://github.com/LordVeovis/docker-rspamd/blob/master/LICENSE)
# rspamd
An alpine-based docker container providing rspamd.
## Details
This container provides rspamd.
* rspamd 2.7
* Alpine 3.14## Installing
See [docker-compose.yml](https://github.com/LordVeovis/docker-rspamd/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://rspamd.com/doc/index.html) for help on the configuration file.
## Contributing
Please read [CONTRIBUTING](https://github.com/LordVeovis/docker-rspamd/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-rspamd/blob/master/LICENSE) file for details