Commit graph

9 commits

Author SHA1 Message Date
jissepo
726c7f4c19
Update 09_install_zone_mta.sh 2022-03-30 16:07:03 +03:00
Andris Reinman
64c47ec587 v1.35.1 2021-09-05 14:11:24 +03:00
Andris Reinman
2531884ae9 do not install otpional deps 2020-07-16 17:08:04 +03:00
Andris Reinman
b8d0b51685
Set up separate log files for different services 2020-03-16 12:54:47 +02:00
Himanshu Shekhar
1f1a5f4e21
Update 09_install_zone_mta.sh
changed OURNAME to "09_install_zone_mta.sh"
2020-02-27 17:45:23 +05:30
Andris Reinman
f754ec1a8f removed tor/onion 2018-09-14 23:28:48 +03:00
Andris Reinman
4ec6ec92e4 fixed zonemta config 2018-09-10 11:15:46 +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
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