diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-23 17:40:06 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-23 17:40:06 +0200 |
commit | 32ed9af20536b4847fa0f223b8779352d8e90117 (patch) | |
tree | f95db78052fb526bc2e01996e3373d473bd955a1 | |
parent | 623335d990d2acf2d1efe2e7146a289f950c8602 (diff) | |
download | infrastructure-32ed9af20536b4847fa0f223b8779352d8e90117.tar.gz infrastructure-32ed9af20536b4847fa0f223b8779352d8e90117.zip |
Postfix now uses diplonat
-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 7f4ba50..2a70920 100644 --- a/nomad/email.hcl +++ b/nomad/email.hcl @@ -279,6 +279,7 @@ job "email" { address_mode = "host" tags = [ "postfix", + "(diplonat (tcp_port 25 465 587))" ] check { type = "tcp" |