aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-03-17 13:44:48 +0100
committerAlex Auvolat <alex@adnab.me>2023-03-17 13:44:48 +0100
commita6c791d3420ec6e3fb191ffdf32e11929c382447 (patch)
tree0d59b226eef49c2cbae4bda937c3258092cb8754
parent28e7503b27bf71f0268276482a7b309c34dd63a3 (diff)
downloadnixcfg-a6c791d3420ec6e3fb191ffdf32e11929c382447.tar.gz
nixcfg-a6c791d3420ec6e3fb191ffdf32e11929c382447.zip
remove email-in
-rw-r--r--cluster/prod/app/email/deploy/email.hcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/cluster/prod/app/email/deploy/email.hcl b/cluster/prod/app/email/deploy/email.hcl
index a8c0dfb..9fb249a 100644
--- a/cluster/prod/app/email/deploy/email.hcl
+++ b/cluster/prod/app/email/deploy/email.hcl
@@ -282,10 +282,9 @@ job "email" {
tags = [
"postfix",
"(diplonat (tcp_port 25 465 587))",
- "d53-a email-in.deuxfleurs.fr",
"d53-a smtp.deuxfleurs.fr",
# ipv6 is commented for now as port is not open in firewall (TODO)
- # "d53-aaaa email-in.deuxfleurs.fr"
+ # "d53-aaaa smtp.deuxfleurs.fr"
]
check {
type = "tcp"