fixed mta variable in jail.local
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|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
|
||||
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 %>
|
||||
destemail = <%= @fn_destemail %>
|
||||
sender = <%= @fn_sender %>
|
||||
mta = <%= @fn_sender %>
|
||||
mta = <%= @fn_mta %>
|
||||
protocol = <%= @fn_protocol %>
|
||||
chain = <%= @fn_chain %>
|
||||
port = <%= @fn_port %>
|
||||
|
||||
Reference in New Issue
Block a user