We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e2c29a + 4a7fc85 commit 7508addCopy full SHA for 7508add
install/upgrade/versions/latest.sh
@@ -69,4 +69,10 @@ if [ ! -z "$FIREWALL_EXTENSION" ]; then
69
if ! cat /etc/fail2ban/jail.local | grep -q "recidive"; then
70
echo -e "\n\n[recidive]\nenabled = true\naction = hestia[name=RECIDIVE]\nmaxretry = 3\nfindtime = 86400\nbantime = 864000" >> /etc/fail2ban/jail.local
71
fi
72
+fi
73
+
74
+# Update webmail templates to enable OCSP/SSL stapling
75
+if [ ! -z "$IMAP_SYSTEM" ]; then
76
+ echo "(*) Enabling OCSP stapling support for webmail services..."
77
+ $BIN/v-update-mail-templates > /dev/null 2>&1
78
0 commit comments