An open API service indexing awesome lists of open source software.

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

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))