Skip to content

Commit b08930f

Browse files
committed
Update webmail templates to enable OCSP/SSL stapling
1 parent 8f8d30f commit b08930f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install/upgrade/versions/latest.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,9 @@ if [ ! -z "$FIREWALL_EXTENSION" ]; then
7070
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
7171
fi
7272
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+
fi

0 commit comments

Comments
 (0)