haraka-plugin-rcpt-dynamo
v0.1.1
Published
A Haraka plugin that checks if recipients are in a dynamo table.
Downloads
2
Readme
haraka-plugin-rcpt-dynamo
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'sconfig/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