diff options
Diffstat (limited to 'nomad')
-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" {} } } |