Socket
Socket
Sign inDemoInstall

smtp-redis-dropbox

Package Overview
Dependencies
64
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    smtp-redis-dropbox

receive SMTP messages and drop attachments in redis


Version published
Weekly downloads
5
Maintainers
1
Install size
7.06 MB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 15 Oct 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc