@mindbaz/zonemta-auth-boundary
v0.0.0
Published
Authentication with Boundary (Hashicorp) for ZoneMTA
Downloads
1
Readme
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)