allow email ports

This commit is contained in:
Elizabeth Hunt 2024-07-17 05:08:39 -04:00
parent 7b3c0e6cbb
commit d314a5197b
1 changed files with 12 additions and 0 deletions

View File

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