diff options
author | Alex Auvolat <alex@adnab.me> | 2023-04-19 20:15:03 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-04-19 20:15:03 +0200 |
commit | 9737c661a4a69db016f890643a729e30612f1027 (patch) | |
tree | 9b1049cbfd2fdd3e15542d4ef07f2c3c93dfce78 /cluster/prod/app/email/deploy/email.hcl | |
parent | 07f50f297a8fcb3ccee167ca486084bafb2c1120 (diff) | |
parent | 57aa2ce1d22dfe7963afdfc1908ae2ba60184dcb (diff) | |
download | nixcfg-9737c661a4a69db016f890643a729e30612f1027.tar.gz nixcfg-9737c661a4a69db016f890643a729e30612f1027.zip |
Merge branch 'main' into simplify-network-config
Diffstat (limited to 'cluster/prod/app/email/deploy/email.hcl')
-rw-r--r-- | cluster/prod/app/email/deploy/email.hcl | 8 |
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" |