1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

enable f2b

This commit is contained in:
L3D 2021-11-01 03:22:39 +01:00
parent 3ec4dd05c6
commit a765b30c48
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -86,3 +86,16 @@ weechat__custom_version: 'main'
postfix__myhostname: "{{ mailserver_domain }}" postfix__myhostname: "{{ mailserver_domain }}"
postfix__tls_cert: "{{ mailserver__ssl_cert }}" postfix__tls_cert: "{{ mailserver__ssl_cert }}"
postfix__tls_key: "{{ mailserver__ssl_key }}" postfix__tls_key: "{{ mailserver__ssl_key }}"
# fail2ban
fail2ban_jail_configuration:
- option: 'enabled'
value: 'true'
section: 'postfix'
- option: 'mode'
value: 'extra'
section: 'postfix'
- option: 'enabled'
value: 'true'
section: 'dovecot'