aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-03-16 14:42:47 +0100
committerAlex Auvolat <alex@adnab.me>2023-03-16 14:42:47 +0100
commit81d3c0e03aaf9f5c85fc6e47b650835c90ec7f8b (patch)
tree8485339a228cd920f7bc085f5064293c24798554
parent1c623c796a350442b90c3b2abeea9b2eab3c494c (diff)
downloadnixcfg-81d3c0e03aaf9f5c85fc6e47b650835c90ec7f8b.tar.gz
nixcfg-81d3c0e03aaf9f5c85fc6e47b650835c90ec7f8b.zip
d53 for email-in.deuxfleurs.fr (A only, AAAA missing firewall)
-rw-r--r--cluster/prod/app/email/deploy/email.hcl5
1 files changed, 4 insertions, 1 deletions
diff --git a/cluster/prod/app/email/deploy/email.hcl b/cluster/prod/app/email/deploy/email.hcl
index 84f4c3b..7dbeaf6 100644
--- a/cluster/prod/app/email/deploy/email.hcl
+++ b/cluster/prod/app/email/deploy/email.hcl
@@ -280,7 +280,10 @@ job "email" {
address_mode = "host"
tags = [
"postfix",
- "(diplonat (tcp_port 25 465 587))"
+ "(diplonat (tcp_port 25 465 587))",
+ "d53-a email-in.deuxfleurs.fr",
+ # ipv6 is commented for now as port is not open in firewall (TODO)
+ # "d53-aaaa email-in.deuxfleurs.fr"
]
check {
type = "tcp"