diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-06-16 17:01:38 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-06-16 17:01:38 +0200 |
commit | b4bfbddd5416bde941ba9fa8d453c31ed27de1d3 (patch) | |
tree | c871927392f2b83f00b17767f39cd4b35806dd72 /nomad/email.hcl | |
parent | e7ed8a49fb22e05066d3cf18f258aad0619a8e6b (diff) | |
download | infrastructure-b4bfbddd5416bde941ba9fa8d453c31ed27de1d3.tar.gz infrastructure-b4bfbddd5416bde941ba9fa8d453c31ed27de1d3.zip |
Some other fixes
Diffstat (limited to 'nomad/email.hcl')
-rw-r--r-- | nomad/email.hcl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nomad/email.hcl b/nomad/email.hcl index 4b4be41..f085324 100644 --- a/nomad/email.hcl +++ b/nomad/email.hcl @@ -34,6 +34,7 @@ job "email" { cpu = 100 memory = 200 network { + mbits = 1 port "auth_port" { static = "1337" } @@ -179,6 +180,7 @@ job "email" { cpu = 100 memory = 50 network { + mbits = 1 port "dkim_port" { static = "8999" } @@ -261,6 +263,7 @@ job "email" { cpu = 100 memory = 50 network { + mbits = 1 port "smtp_port" { static = "25" } @@ -436,6 +439,7 @@ job "email" { cpu = 200 memory = 1000 network { + mbits = 1 port "sogo_web_port" {} } } |