Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 826 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 826 Bytes

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 @mindbaz/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/@mindbaz/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)