mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Ansible config for hetzner mailserver
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
ufw_default_incoming: "deny"
|
||||
ufw_default_outgoing: "allow"
|
||||
ufw_allowed_ports:
|
||||
- { port: "{{ ssh_port | default(22) }}", proto: "tcp", comment: "SSH" }
|
||||
- { port: "25", proto: "tcp", comment: "SMTP" }
|
||||
- { port: "465", proto: "tcp", comment: "SMTP submissions (implicit TLS)" }
|
||||
- { port: "587", proto: "tcp", comment: "SMTP submission (STARTTLS)" }
|
||||
- { port: "993", proto: "tcp", comment: "IMAP (implicit TLS)" }
|
||||
- { port: "443", proto: "tcp", comment: "HTTPS (web admin + JMAP)" }
|
||||
- { port: "8080", proto: "tcp", comment: "HTTP (certbot + redirect)" }
|
||||
Reference in New Issue
Block a user