Commit graph

85 commits

Author SHA1 Message Date
Andris Reinman
4b54275ca0 bumped commit hashes 2018-09-14 10:17:06 +03:00
Andris Reinman
4b175b52d1 updated commit hashes 2018-09-12 13:55:42 +03:00
Andris Reinman
700b770c69 updated commit hashes 2018-09-12 13:29:16 +03:00
Andris Reinman
9c7da7cd6e updated commit hashes 2018-09-12 11:06:31 +03:00
Andris Reinman
4ec6ec92e4 fixed zonemta config 2018-09-10 11:15:46 +03:00
Andris Reinman
331922f64c updated commit hashes 2018-09-10 10:57:40 +03:00
Andris Reinman
78da5dce42 updated zonemta commit hash 2018-08-28 14:08:18 +03:00
Andris Reinman
8aa32a83f9 v1.4.5 2018-08-28 10:26:50 +03:00
Andris Reinman
73e4454c0f updated setup commits 2018-08-28 09:50:50 +03:00
Andris Reinman
945dfc98d8 updated commits 2018-08-14 22:53:43 +03:00
Andris Reinman
196fa4be06 updated commit 2018-08-06 10:38:33 +03:00
Andris Reinman
e63e0af166 fixed webmail config 2018-08-06 10:16:58 +03:00
Andris Reinman
cda5d0139d disable tor 2018-08-06 10:06:27 +03:00
Andris Reinman
27fb30ad6f webmail setup script 2018-08-06 09:58:34 +03:00
Andris Reinman
df8d0c701c noderepo 2018-08-06 09:43:57 +03:00
Andris Reinman
cf81c82da1 updated install script 2018-08-06 09:27:36 +03:00
Andris Reinman
faf5891015 updated commits 2018-06-13 14:25:26 +03:00
Andris Reinman
80df772b66 updated commits 2018-06-13 14:24:33 +03:00
Andris Reinman
a2581c5e1c updated commit hashes 2018-06-12 13:46:10 +03:00
BUNYEVACZ Sandor
97e3b6ed41 DKIM and SPF correction, some renaming
I renamed some install scripts to be more clear.

SPF: Suggest [MAILDOMAIN], [HOSTNAME] and [IP ADDRESS]
Its a better practice to be more inclusive when it comes
to dns SPF records.

DKIM: Some dns registrars truncate dns TXT records at
255 chars. So 2048bit do not fit (about 390 vs. 230 chars).
So 1024bit keys are a good choice, after all it is
only a mail verification mechanism, do not encrypt the mail...

Show tip how to stop systemd service (03_install_check_running_services.sh)

sudo su prefered to become root, sudo su fails with npm permission errors
when installing (dunno why).

A mini tutorial is shown at the end about SPF, DKIM and
how to add/remove/modify DKIM keys.

This pull request closes issue 85,86.
2018-06-08 22:12:08 +02:00
Andris Reinman
6c02b5bc8e updated install script 2018-06-08 11:12:35 +03:00
Andris Reinman
ad4b5d5941 updated commit variables in install script 2018-06-08 11:00:54 +03:00
Andris Reinman
538da537ca bumped deps 2018-06-08 11:00:32 +03:00
BUNYEVACZ Sandor
88ee4c9ede Breaking up install.sh into chapters
Fixed two issues:
82: need to install npm globally to get around permission problems
83: need to start nginx service before restarting it

Better executable requirements (lsof, ps). It may be not installed
on minimal systems.

Better service detection on given port. It is especially useful,
if the installation.sh got interrupted for some reason, and
already installed some services.

Minor doc update, so a single line is required to paste in terminal.
curl vs. wget -> stayed with wget, it is installed by default on ubuntu

Colors: added color support for the terminal output:)
2018-06-08 08:56:41 +02:00
Andris Reinman
19e642eaa0 updated install script 2018-05-07 10:22:32 +03:00
Andris Reinman
8eb3352c50 updated install script 2018-04-29 00:29:49 +03:00
Andris Reinman
56869dbba5 fixed invalid embedded image 2018-04-29 00:29:24 +03:00
Andris Reinman
6ec76221a4 updated install script 2018-04-29 00:02:49 +03:00
Andris Reinman
9503c43c36 updated install script 2018-04-28 23:49:43 +03:00
Andris Reinman
a0f3aa30c9 updated install script 2018-04-17 22:10:52 +03:00
System Administrator
b6221ef60f updated install script 2018-04-17 22:09:47 +03:00
Andris Reinman
ae6c713c73 updated setup script 2018-02-20 15:04:15 +02:00
Andris Reinman
cc3cc4922a updated install script 2018-01-30 12:06:43 +02:00
Andris Reinman
10c140dc16 updated installer 2018-01-30 10:15:14 +02:00
Andris Reinman
32c51a63e5 updated install script 2018-01-30 10:01:29 +02:00
Andris Reinman
be34440821 updated install script 2018-01-27 13:21:00 +02:00
Andris Reinman
cf955c6e78 updated install script 2018-01-27 13:14:52 +02:00
Andris Reinman
756253cb5f Merge branch 'master' of github.com:nodemailer/wildduck 2018-01-27 13:13:18 +02:00
Andris Reinman
a4b71b33b3 updated install script 2018-01-27 13:13:02 +02:00
Andris Reinman
bbd38c5892
Update README.md 2018-01-26 18:52:31 +02:00
Andris Reinman
9e00b1d7b0 updated install script 2018-01-26 13:27:46 +02:00
Andris Reinman
ed1eafdca0 updated install script 2018-01-23 14:19:30 +02:00
Andris Reinman
f052b7adaa updated install script 2018-01-23 14:00:26 +02:00
Andris Reinman
b4023c53ea better drafts handling 2018-01-23 13:38:49 +02:00
Andris Reinman
198f487169 updated install script 2018-01-18 13:05:16 +02:00
Andris Reinman
ab2a099693 updated setup script 2018-01-17 00:38:53 +02:00
Andris Reinman
c520627d85 updated setup script 2018-01-16 20:01:41 +02:00
Andris Reinman
879e25e649 updated docs 2018-01-15 15:42:33 +02:00
Andris Reinman
4e373dbcb6 updated install script 2018-01-15 12:06:57 +02:00
Andris Reinman
4c7ad0780f updated install script 2018-01-15 12:02:38 +02:00