https://github.com/jpbede/zonemta-ip-restriction
ZoneMTA IP Restriction Plugin
https://github.com/jpbede/zonemta-ip-restriction
Last synced: 4 months ago
JSON representation
ZoneMTA IP Restriction Plugin
- Host: GitHub
- URL: https://github.com/jpbede/zonemta-ip-restriction
- Owner: jpbede
- Created: 2020-01-08T19:09:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T12:36:22.000Z (about 2 years ago)
- Last Synced: 2025-10-22T03:28:40.346Z (7 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zonemta-ip-restriction
IP Restriction plugin for [ZoneMTA](https://github.com/zone-eu/zone-mta). 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
```json
...
"plugins": {
"modules/zonemta-ip-restriction": {
"enabled": "receiver",
"interfaces": ["feeder"],
"allowedips": ["127.0.0.1"]
}
}
...
```
## License
European Union Public License 1.1 ([details](http://ec.europa.eu/idabc/eupl.html))