Skip to content

Commit

Permalink
Updated commit hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed May 16, 2024
1 parent 37b6793 commit 2c511b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup/01_install_commits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NODE_MAJOR="20"
MONGODB="7.0"
CODENAME=`lsb_release -c -s`

WILDDUCK_COMMIT="c7c28675968059e662a3120b370166121b4dd823"
WILDDUCK_COMMIT="37b6793976c9d73dc7796bb0f1072472569f4f5b"
ZONEMTA_COMMIT="6caff2cc4626606fced4d8fe5e21a306b904d30a" # zone-mta-template
WEBMAIL_COMMIT="40ee1ef973de33de5bdf3e6b7e877d156d87436a"
WILDDUCK_ZONEMTA_COMMIT="fdc6f5355dd41b2d490440e404ff52dda99fac2c"
Expand Down
12 changes: 9 additions & 3 deletions setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,16 @@ All components use TLS/HTTPS with Let's Encrypt certificates by default. Webmail

Run the following commands as root user. Before actually starting _install.sh_ you could inspect it to see what it exactly does.

(run as `root`)
> [!IMPORTANT]
> Run the following commands as `root`
$ wget -O - https://raw.githubusercontent.com/nodemailer/wildduck/master/setup/get_install.sh | bash
$ ./install.sh mydomain.com mail.mydomain.com
```bash
wget -O - https://raw.githubusercontent.com/nodemailer/wildduck/master/setup/get_install.sh | bash
```

```bash
./install.sh mydomain.com mail.mydomain.com
```

Where _mydomain.com_ is the email address domain and _mail.mydomain.com_ is the hostname of current server.

Expand Down

0 comments on commit 2c511b5

Please sign in to comment.