@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.
- package/README.md +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
|
-
```
|
|
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
|
-
```
|
|
51
|
+
```
|
|
52
52
|
["modules/@webimpian/zonemta-log-central".events]
|
|
53
53
|
queued=false
|
|
54
54
|
raw=true
|
package/package.json
CHANGED