From 609a8fd235cdf2da9f1b6434e3e814835664e09e Mon Sep 17 00:00:00 2001 From: bn4t <17193640+bn4t@users.noreply.github.com> Date: Mon, 13 Apr 2020 18:41:50 +0000 Subject: [PATCH] Add missing packages for compilation and fail2ban setup --- docs/tutorials/setting-up.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorials/setting-up.md b/docs/tutorials/setting-up.md index 3d9d4bf..d555930 100644 --- a/docs/tutorials/setting-up.md +++ b/docs/tutorials/setting-up.md @@ -29,10 +29,10 @@ there are a few things to keep in mind: Since there are currently no pre-compiled binaries for maddy, we are going to build it from the source. Nothing scary, this is relatively easy to do with Go. -System dependencies you need to have installed is C compiler, Git and curl. +System dependencies you need to have installed is C toolchain, Git and curl. On Debian-based distributions, this should be enough: ``` -# apt-get install gcc git curl +# apt-get install gcc git curl libc6-dev ``` If you want manual pages with reference docs, install scdoc too: @@ -179,10 +179,10 @@ The email world is full of annoying bots just like Web (these annoying scanners looking for PhpMyAdmin on your blog). fail2ban can help you get rid of them by temporary blocking offending IPs. -1. Install the fail2ban package using your distribution package manager +1. Install the fail2ban package and the python systemd module using your distribution package manager For Debian-based distributions: ``` -apt-get install fail2ban +apt-get install fail2ban python3-systemd ``` 2. build.sh already installed necessary jail configuration files, but you have to