fixed mta variable in jail.local

This commit is contained in:
Arne Teuke
2017-10-01 17:27:44 +02:00
parent a7e398c226
commit b906f45069
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
|Repo Name| version | Build Status|
|---|---|---|---|
|`cd_fail2ban`| 0.0.0.6 | [![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=cd_fail2ban)](https://jenkins.confdroid.com/job/cd_fail2ban/)|
|`cd_fail2ban`| 0.0.0.7 | [![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=cd_fail2ban)](https://jenkins.confdroid.com/job/cd_fail2ban/)|
### Synopsis
Fail2Ban is an intrusion prevention software framework that protects computer servers from brute-force attacks.

View File

@@ -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 %>