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:
parent
3ec4dd05c6
commit
a765b30c48
1 changed files with 13 additions and 0 deletions
|
@ -86,3 +86,16 @@ weechat__custom_version: 'main'
|
|||
postfix__myhostname: "{{ mailserver_domain }}"
|
||||
postfix__tls_cert: "{{ mailserver__ssl_cert }}"
|
||||
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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue