docspell/tools/exim
2020-08-25 17:23:31 +02:00
..
docker-compose.yml Add docs for how to create a smtp gateway 2020-06-14 21:35:20 +02:00
exim.conf Add docs for how to create a smtp gateway 2020-06-14 21:35:20 +02:00
exim.dockerfile Add docs for how to create a smtp gateway 2020-06-14 21:35:20 +02:00
README.md Update README.md 2020-08-25 17:23:31 +02:00

SMTP Gateway via Docker

This is an example setup for a SMTP server that forwards all incoming mails to docspell via curl.

The docker image contains exim and a sample config file that runs curl against a configurable docspell url. It uses the integration endpoint and it expects it to be configured with "http-header" protection. It can be easily adopted to use a different protection method.

Please see the documentation page for a guide.