allow email ports
This commit is contained in:
parent
7b3c0e6cbb
commit
d314a5197b
|
@ -78,3 +78,15 @@
|
|||
state: restarted
|
||||
enabled: true
|
||||
name: docker-compose@mail
|
||||
|
||||
- name: Allow SMTP
|
||||
ansible.builtin.ufw:
|
||||
rule: allow
|
||||
port: "465"
|
||||
proto: "tcp"
|
||||
|
||||
- name: Allow IMAP
|
||||
ansible.builtin.ufw:
|
||||
rule: allow
|
||||
port: "993"
|
||||
proto: "tcp"
|
||||
|
|
Loading…
Reference in New Issue