Commit graph

9 commits

Author SHA1 Message Date
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
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
Renamed from setup/01_install_commit_variables.sh (Browse further)