summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.txr1
-rw-r--r--startup.txr14
2 files changed, 9 insertions, 6 deletions
diff --git a/config.txr b/config.txr
index ca7c326..83ef4ac 100644
--- a/config.txr
+++ b/config.txr
@@ -1,4 +1,5 @@
@(bind debug-enable t)
+@(bind require-https t)
@(bind aliases-file "/etc/tamarind/aliases")
@(bind sessions-dir "/var/run/tamarind/sessions")
@(bind auth :imap)
diff --git a/startup.txr b/startup.txr
index 76e3d5e..9cf323a 100644
--- a/startup.txr
+++ b/startup.txr
@@ -6,13 +6,15 @@
@ (error-form "Configuration Missing" "Cannot read /etc/mailname file")
@ (fail)
@ (end)
-@ (cases)
-@ (next :env)
-@ (skip)
+@ (if require-https)
+@ (cases)
+@ (next :env)
+@ (skip)
HTTPS=on
-@ (or)
-@ (error-form "Security Problem" "Not redirected to HTTPS!")
-@ (fail)
+@ (or)
+@ (error-form "Security Problem" "Not redirected to HTTPS!")
+@ (fail)
+@ (end)
@ (end)
@ (do (umask #o007))
@(end)