From 81d3c0e03aaf9f5c85fc6e47b650835c90ec7f8b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 16 Mar 2023 14:42:47 +0100 Subject: [PATCH] d53 for email-in.deuxfleurs.fr (A only, AAAA missing firewall) --- cluster/prod/app/email/deploy/email.hcl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"