Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-r2

Usually 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