haraka-plugin-rcpt-dynamo

0.1.1 • Public • Published

haraka-plugin-rcpt-dynamo

build License: MIT npm

A Haraka plugin that checks if recipients are in a dynamo table.

Install

  • add this plugin as a dependency of your haraka project (ie. using npm or yarn)
  • add rcpt-dynamo to your haraka project's config/plugins

Configure

There are two required configuration items which can be set by creating two one-line files in your haraka's config directory.

  • rcpt-dynamo.table-name: The name of the dynamo table to query for recipients.
  • rcpt-dynamo.hash-key-name: The name of the attribute that is the hash key. This attribute should contain the email addresses for which you want to receive mail.

AWS Credentials are assumed to be provided out-of-band (ie. via environment variables, IAM role attached to EC2 instance, etc)

Changelog

v0.1.1

  • upgrade to GA release of AWS sdk

v0.1

  • initial release

Readme

Keywords

none

Package Sidebar

Install

npm i haraka-plugin-rcpt-dynamo

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.95 kB

Total Files

4

Last publish

Collaborators

  • mfogel