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.
1 parent 8f8d30f commit b08930fCopy full SHA for b08930f
install/upgrade/versions/latest.sh
@@ -70,3 +70,9 @@ if [ ! -z "$FIREWALL_EXTENSION" ]; then
70
echo -e "\n\n[recidive]\nenabled = true\nfilter = recidive\naction = hestia[name=HESTIA]\nlogpath = /var/log/fail2ban.log\nmaxretry = 3\nfindtime = 86400\nbantime = 864000" >> /etc/fail2ban/jail.local
71
fi
72
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
+fi
0 commit comments