
Simple SMTP relay with queues using Postgre and Redis
What can I do with this? This image will provide you with a simple SMTP relay for ingress at your edge to filter and relay incoming emails. This image supports only PostgreSQL and Redis as directory and storage backend. It is intentionally slimmed down to provide ingress/egress at your edge, this is not a full email server, only the SMTP part. Use it for distributed ingress in different locations and relay all emails to a central core. Can be used for distributed egress as well.
docker run --name smtp \
-v .../etc:/smtp/etc \
-d 11notes/smtp:[tag]
| Parameter | Value | Description |
|---|---|---|
user | docker | user docker |
uid | 1000 | user id 1000 |
gid | 1000 | group id 1000 |
home | /smtp | home directory of user docker |
config | /smtp/etc/config.toml | config |
| Parameter | Value | Default |
|---|---|---|
TZ | Time Zone | |
DEBUG | Show debug information |
echo "net.ipv4.ip_unprivileged_port_start=53" > /etc/sysctl.d/ports.confThis image is provided to you at your own risk. Always make backups before updating an image to a new version. Check the changelog for breaking changes.
Content type
Image
Digest
sha256:baf84407e…
Size
42.4 MB
Last updated
over 2 years ago
docker pull 11notes/smtp:0.6.0