Skip to content

Commit

Permalink
doc(README): spelling and grammar fixes (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Mar 23, 2024
1 parent 36adf2e commit 6882465
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ See screenshots [here](https://cloudup.com/c_TLoJ62sdY).
3. Start the web interface server with `npm start`
4. Point your browser to http://localhost:8082

NOTE: This repository adds an http wraper to serve the .js pages containing the needed functionality. You can optionally serve these pages using Nginx or Apache too. By default the configuration is set so this service can only be accessed from the local machine (127.0.0.1) If you want to acces the administration page from outside current server you will have to edit the configuration file called default.toml, found within the /config subfolder on the installation folder you previously created to install this script.
NOTE: This repository adds an http wrapper to serve the .js pages containing the needed functionality. You can optionally serve these pages using Nginx or Apache. By default the configuration is set so this service can only be accessed from the local machine (127.0.0.1) If you want to acces the administration page from outside current server you will have to edit the configuration file called default.toml, found within the /config subfolder on the installation folder you previously created to install this script.

In order to be able to access the web interface from an external computer, you need to edit the "host" parameter.
In order to access the web interface from an external computer, you need to edit the "host" parameter.

Change this line:
host = "127.0.0.1" # set to false to listen on all interfaces
to this:
host = "0.0.0.0" # set to false to listen on all interfaces
Change this line:
host = "127.0.0.1" # set to false to listen on all interfaces
to this:
host = "0.0.0.0" # set to false to listen on all interfaces

**NB!** For the delivery counters and top destinations to work you should add [zonemta-delivery-counters](https://github.com/andris9/zonemta-delivery-counters) plugin for your ZoneMTA application. Also make sure that you use the same redis key prefix in ZoneMTA and in ZMTA-WebAdmin.

Expand Down

0 comments on commit 6882465

Please sign in to comment.