0.1.1 • Published 5 years ago

smtp-redis-dropbox v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

smtp-redis-dropbox

SMTP server which receives attachments and drops them into redis.

Example

DOMAIN=my-mail-domain.com REDIS_HOST=redis:6379 smtpdrop

Environment Variables

The following environment variables are recognized.

  • DEBUG: enable verbose logging of errors
  • DOMAIN: SMTP domain to accept
  • LISTEN_PID: used by systemd for socket activation
  • LISTEN_PORT: TCP port for listener
  • REDIS_HOST: host:port of redis server to drop attachments into
  • TLS_CA: path to TLS intermediate certificate
  • TLS_CERT: path to TLS certificate
  • TLS_KEY: path to TLS private key

TODO

  • configurable recipient verification