diff --git a/edge/config/advanced/override-defaults/user-patches/index.html b/edge/config/advanced/override-defaults/user-patches/index.html index e2ca38db..8d310ae6 100644 --- a/edge/config/advanced/override-defaults/user-patches/index.html +++ b/edge/config/advanced/override-defaults/user-patches/index.html @@ -1428,7 +1428,7 @@
If you'd like to change, patch or alter files or behavior of docker-mailserver
, you can use a script.
In case you cloned this repository, you can copy the file user-patches.sh.dist
(under config/
) with cp config/user-patches.sh.dist docker-data/dms/config/user-patches.sh
in order to create the user-patches.sh
script.
In case you cloned this repository, you can copy the file user-patches.sh.dist
(under config/
) with cp config/user-patches.sh.dist docker-data/dms/config/user-patches.sh
in order to create the user-patches.sh
script.
If you are managing your directory structure yourself, create a docker-data/dms/config/
directory and add the user-patches.sh
file yourself.
# 1. Either create the docker-data/dms/config/ directory yourself
# or let docker-mailserver create it on initial startup
diff --git a/edge/config/security/fail2ban/index.html b/edge/config/security/fail2ban/index.html
index b734e61b..a8a69e57 100644
--- a/edge/config/security/fail2ban/index.html
+++ b/edge/config/security/fail2ban/index.html
@@ -1630,8 +1630,8 @@
Fail2Ban is installed automatically and bans IP addresses for 3 hours after 3 failed attempts in 10 minutes by default.
Configuration files
-If you want to change this, you can easily edit our github example file: config/fail2ban-jail.cf
.
-You can do the same with the values from fail2ban.conf
, e.g dbpurgeage
. In that case you need to edit: config/fail2ban-fail2ban.cf
.
+If you want to change this, you can easily edit our github example file: config/fail2ban-jail.cf
.
+You can do the same with the values from fail2ban.conf
, e.g dbpurgeage
. In that case you need to edit: config/fail2ban-fail2ban.cf
.
The configuration files need to be located at the root of the /tmp/docker-mailserver/
volume bind (usually ./docker-data/dms/config/:/tmp/docker-mailserver/
).
This following configuration files from /tmp/docker-mailserver/
will be copied during container startup.