0.0.0 • Published 2 years ago

@mindbaz/zonemta-auth-boundary v0.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

zonemta-auth-boundary

Authentication with Boundary (Hashicorp) for ZoneMTA. Install this to performs SMTP authentication with Boundary

Setup

Add this as a dependency for your ZoneMTA app

npm install zonemta-auth-boundary --save

Add a configuration entry in the "plugins" section of your ZoneMTA app

Example here.

First enable plugin :

# auth-boundary.toml
["modules/zonemta-auth-boundary"]
enabled="receiver"
interfaces=["feeder"]

Then set boundary configuration for this plugin :

boundary_url="http://example.org:9200"
target_id="ttcp_1234567890"

License

The GNU General Public License 3 (details)