Commit 2c511b5 1 parent 37b6793 commit 2c511b5 Copy full SHA for 2c511b5
File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ NODE_MAJOR="20"
9
9
MONGODB=" 7.0"
10
10
CODENAME=` lsb_release -c -s`
11
11
12
- WILDDUCK_COMMIT=" c7c28675968059e662a3120b370166121b4dd823 "
12
+ WILDDUCK_COMMIT=" 37b6793976c9d73dc7796bb0f1072472569f4f5b "
13
13
ZONEMTA_COMMIT=" 6caff2cc4626606fced4d8fe5e21a306b904d30a" # zone-mta-template
14
14
WEBMAIL_COMMIT=" 40ee1ef973de33de5bdf3e6b7e877d156d87436a"
15
15
WILDDUCK_ZONEMTA_COMMIT=" fdc6f5355dd41b2d490440e404ff52dda99fac2c"
Original file line number Diff line number Diff line change @@ -31,10 +31,16 @@ All components use TLS/HTTPS with Let's Encrypt certificates by default. Webmail
31
31
32
32
Run the following commands as root user. Before actually starting _ install.sh_ you could inspect it to see what it exactly does.
33
33
34
- (run as ` root ` )
34
+ > [ !IMPORTANT]
35
+ > Run the following commands as ` root `
35
36
36
- $ wget -O - https://raw.githubusercontent.com/nodemailer/wildduck/master/setup/get_install.sh | bash
37
- $ ./install.sh mydomain.com mail.mydomain.com
37
+ ``` bash
38
+ wget -O - https://raw.githubusercontent.com/nodemailer/wildduck/master/setup/get_install.sh | bash
39
+ ```
40
+
41
+ ``` bash
42
+ ./install.sh mydomain.com mail.mydomain.com
43
+ ```
38
44
39
45
Where _ mydomain.com_ is the email address domain and _ mail.mydomain.com_ is the hostname of current server.
40
46
You can’t perform that action at this time.
0 commit comments