1.0.0 • Published 2 years ago

@mindbaz/zonemta-block-zone v1.0.0

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

zonemta-block-msp

Block sending to specific zone(s) on ZoneMTA

Setup

Add this as a dependency for your ZoneMTA app

npm install @mindbaz/zonemta-block-msp --save

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

Example here.

First enable plugin :

# block-msp.toml
["modules/@mindbaz/zonemta-block-msp"]
enabled = "receiver"

Zone to block are defined in array

zone_block = ["zone1", "zone2"]