Authentication with Boundary (Hashicorp) for ZoneMTA. Install this to performs SMTP authentication with Boundary
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"
The GNU General Public License 3 (details)