1.1.0 • Published 1 year ago
zonemta-ip-restriction v1.1.0
zonemta-ip-restriction
IP Restriction plugin for ZoneMTA. Install this to see restrict connections for the receiver interfaces.
Setup
Add this as a dependency for your ZoneMTA app
npm install zonemta-ip-restriction --save
Add a configuration entry in the "plugins" section of your ZoneMTA app
...
"plugins": {
"modules/zonemta-ip-restriction": {
"enabled": "receiver",
"interfaces": ["feeder"],
"allowedips": ["127.0.0.1"]
}
}
...
License
European Union Public License 1.1 (details)