change to ufw from firewalld
This commit is contained in:
@ -25,3 +25,8 @@
|
||||
name: postfix
|
||||
state: restarted
|
||||
enabled: yes
|
||||
|
||||
- name: Allow smtp port via ufw
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
port: smtp
|
Reference in New Issue
Block a user