mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
Add ENABLE_FAIL2BAN environment variable to enable fail2ban service (it's not enabled by default, now).
* Changed/updated Makefile and integration tests * Changed some grep expressions in the fail2ban tests
This commit is contained in:
parent
55cfa30491
commit
5219aab9e8
4 changed files with 32 additions and 14 deletions
|
@ -96,10 +96,13 @@ Example:
|
|||
* SA_TAG2
|
||||
* *6.31* (default) => add 'spam detected' headers at that level
|
||||
* SA_KILL
|
||||
* *6.31* (default) => triggers spam evasive actions)
|
||||
* *6.31* (default) => triggers spam evasive actions
|
||||
* SASL_PASSWORD
|
||||
* *empty* (default) => No sasl_passwd will be created
|
||||
* *string* => A /etc/postfix/sasl_passwd will be created with that content and postmap will be run on it
|
||||
* ENABLE_FAIL2BAN
|
||||
* *empty* (default) => fail2ban service disabled
|
||||
* 1 => Enables fail2ban service
|
||||
|
||||
Please read [how the container starts](https://github.com/tomav/docker-mailserver/blob/master/start-mailserver.sh) to understand what's expected.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue