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

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