summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-05 22:29:03 +0100
committerJoe Carstairs <me@joeac.net>2026-07-05 22:29:03 +0100
commite926d562c0714533bbf43a1dcfa2a88ac9372f07 (patch)
tree6e7acf9045b3f5725869cc45775af6d4e4430d9d /make
parent064adbc0b7a2106400194b1b2d32fe64858c1314 (diff)
adds mox ports
Diffstat (limited to 'make')
-rw-r--r--make/vars.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/vars.mk b/make/vars.mk
index 747792c..0187611 100644
--- a/make/vars.mk
+++ b/make/vars.mk
@@ -30,6 +30,9 @@ SUBDOMAIN_mox-mta-sts := mta-sts.mail
PORT_etherpad := 9001
PORT_http := 8080
PORT_gemini := 1965
+PORT_mox := 81
+PORT_mox-autoconfig := $(PORT_mox)
+PORT_mox-mta-sts := $(PORT_mox)
PORT_smtp := 2500
PORT_vaultwarden := 9000