diff options
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/email.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/email.hcl b/nomad/email.hcl index 2a70920..75849cd 100644 --- a/nomad/email.hcl +++ b/nomad/email.hcl @@ -74,8 +74,7 @@ job "email" { port = "imap_port" address_mode = "host" tags = [ - "dovecot", - "(diplonat (tcp_port 993))" + "dovecot" ] check { type = "tcp" @@ -96,6 +95,7 @@ job "email" { address_mode = "host" tags = [ "dovecot", + "(diplonat (tcp_port 993))" ] check { |