diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-17 13:44:48 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-17 13:44:48 +0100 |
commit | a6c791d3420ec6e3fb191ffdf32e11929c382447 (patch) | |
tree | 0d59b226eef49c2cbae4bda937c3258092cb8754 /cluster/prod/app/email/deploy/email.hcl | |
parent | 28e7503b27bf71f0268276482a7b309c34dd63a3 (diff) | |
download | nixcfg-a6c791d3420ec6e3fb191ffdf32e11929c382447.tar.gz nixcfg-a6c791d3420ec6e3fb191ffdf32e11929c382447.zip |
remove email-in
Diffstat (limited to 'cluster/prod/app/email/deploy/email.hcl')
-rw-r--r-- | cluster/prod/app/email/deploy/email.hcl | 3 |
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" |