1.1.0 • Published 1 year ago

zonemta-ip-restriction v1.1.0

Weekly downloads
-
License
EUPL-1.1+
Repository
-
Last release
1 year ago

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)

1.1.0

1 year ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago