Add docs for how to create a smtp gateway

This commit is contained in:
Eike Kettner
2020-06-14 21:35:20 +02:00
parent 151e831b1c
commit 09579eef16
11 changed files with 320 additions and 15 deletions

14
tools/exim/README.md Normal file
View File

@ -0,0 +1,14 @@
# 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](https://exim.org) and a sample config
file that runs curl against a configurable docspell url. It uses the
[integration
endpoint](https://docspell.org/doc/uploading#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](https://docspell.org/doc/tools/smtpgateway) for a guide.