smtp-redis-dropbox

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i smtp-redis-dropbox

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

7.37 kB

Total Files

7

Last publish

Collaborators

  • rremer