diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-23 17:35:08 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-23 17:35:08 +0200 |
commit | 623335d990d2acf2d1efe2e7146a289f950c8602 (patch) | |
tree | 6797df1369fcde5c20be25698f38010129e41ade | |
parent | 26e23dbab101b42b105ef8e4ffd79b0c7d926f1d (diff) | |
download | infrastructure-623335d990d2acf2d1efe2e7146a289f950c8602.tar.gz infrastructure-623335d990d2acf2d1efe2e7146a289f950c8602.zip |
migrate dovecot
-rw-r--r-- | nomad/email.hcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nomad/email.hcl b/nomad/email.hcl index d5cdc83..7f4ba50 100644 --- a/nomad/email.hcl +++ b/nomad/email.hcl @@ -75,6 +75,7 @@ job "email" { address_mode = "host" tags = [ "dovecot", + "(diplonat (tcp_port 993))" ] check { type = "tcp" |