aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/email/deploy/email.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/app/email/deploy/email.hcl')
-rw-r--r--cluster/prod/app/email/deploy/email.hcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/cluster/prod/app/email/deploy/email.hcl b/cluster/prod/app/email/deploy/email.hcl
index 9fb249a..f4539ae 100644
--- a/cluster/prod/app/email/deploy/email.hcl
+++ b/cluster/prod/app/email/deploy/email.hcl
@@ -63,7 +63,6 @@ job "email" {
port = "imap_port"
tags = [
"dovecot",
- "d53-a imap.deuxfleurs.fr",
]
check {
type = "tcp"
@@ -83,7 +82,9 @@ job "email" {
port = "imaps_port"
tags = [
"dovecot",
- "(diplonat (tcp_port 993))"
+ "(diplonat (tcp_port 993))",
+ "d53-a imap.deuxfleurs.fr",
+ "d53-aaaa imap.deuxfleurs.fr",
]
check {
@@ -283,8 +284,7 @@ job "email" {
"postfix",
"(diplonat (tcp_port 25 465 587))",
"d53-a smtp.deuxfleurs.fr",
- # ipv6 is commented for now as port is not open in firewall (TODO)
- # "d53-aaaa smtp.deuxfleurs.fr"
+ "d53-aaaa smtp.deuxfleurs.fr"
]
check {
type = "tcp"