fixed mta variable in jail.local
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|Repo Name| version | Build Status|
|
|Repo Name| version | Build Status|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|`cd_fail2ban`| 0.0.0.6 | [](https://jenkins.confdroid.com/job/cd_fail2ban/)|
|
|`cd_fail2ban`| 0.0.0.7 | [](https://jenkins.confdroid.com/job/cd_fail2ban/)|
|
||||||
|
|
||||||
### Synopsis
|
### Synopsis
|
||||||
Fail2Ban is an intrusion prevention software framework that protects computer servers from brute-force attacks.
|
Fail2Ban is an intrusion prevention software framework that protects computer servers from brute-force attacks.
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ enabled = <%= @fn_enabled %>
|
|||||||
filter = <%= @fn_enabled %>
|
filter = <%= @fn_enabled %>
|
||||||
destemail = <%= @fn_destemail %>
|
destemail = <%= @fn_destemail %>
|
||||||
sender = <%= @fn_sender %>
|
sender = <%= @fn_sender %>
|
||||||
mta = <%= @fn_sender %>
|
mta = <%= @fn_mta %>
|
||||||
protocol = <%= @fn_protocol %>
|
protocol = <%= @fn_protocol %>
|
||||||
chain = <%= @fn_chain %>
|
chain = <%= @fn_chain %>
|
||||||
port = <%= @fn_port %>
|
port = <%= @fn_port %>
|
||||||
|
|||||||
Reference in New Issue
Block a user