@webimpian/zonemta-log-central 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ npm install @webimpian/zonemta-log-central
17
17
 
18
18
  Enable the plugin in the ZoneMTA config:
19
19
 
20
- ```toml
20
+ ```
21
21
  # config/plugins/log-central.toml
22
22
  ["modules/@webimpian/zonemta-log-central"]
23
23
  enabled=["receiver", "main", "sender"]
@@ -48,7 +48,7 @@ and enable it as `["log-central"]` with the same options.
48
48
 
49
49
  Toggle any of them in the config:
50
50
 
51
- ```toml
51
+ ```
52
52
  ["modules/@webimpian/zonemta-log-central".events]
53
53
  queued=false
54
54
  raw=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webimpian/zonemta-log-central",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "ZoneMTA plugin that ships mail delivery logs (queued, delivered, deferred, bounced) to a Log Central server.",
5
5
  "keywords": [
6
6
  "zonemta",