zonemta-ip-restriction

1.0.3 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i zonemta-ip-restriction

Weekly Downloads

2

Version

1.0.3

License

EUPL-1.1+

Unpacked Size

3.33 kB

Total Files

4

Last publish

Collaborators

  • jpbede