mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +00:00
update roundcube email to 1.6, update plugins and add logrotate entry
This commit is contained in:
parent
f8ae130a01
commit
0058583913
11
conf/logrotate/mailinabox
Normal file
11
conf/logrotate/mailinabox
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
/var/log/roundcubemail/errors.log
|
||||||
|
/var/log/roundcubemail/sendmail.log
|
||||||
|
{
|
||||||
|
rotate 4
|
||||||
|
weekly
|
||||||
|
missingok
|
||||||
|
notifempty
|
||||||
|
compress
|
||||||
|
delaycompress
|
||||||
|
sharedscripts
|
||||||
|
}
|
@ -412,3 +412,6 @@ tools/editconf.py /etc/fail2ban/fail2ban.conf dbpurgeage=7d
|
|||||||
restart_service fail2ban
|
restart_service fail2ban
|
||||||
|
|
||||||
systemctl enable fail2ban
|
systemctl enable fail2ban
|
||||||
|
|
||||||
|
# Create a logrotate entry
|
||||||
|
cp -f conf/logrotate/mailinabox /etc/logrotate.d/
|
||||||
|
@ -33,15 +33,16 @@ apt_install \
|
|||||||
# https://github.com/mfreiholz/persistent_login/commits/master
|
# https://github.com/mfreiholz/persistent_login/commits/master
|
||||||
# https://github.com/stremlau/html5_notifier/commits/master
|
# https://github.com/stremlau/html5_notifier/commits/master
|
||||||
# https://github.com/mstilkerich/rcmcarddav/releases
|
# https://github.com/mstilkerich/rcmcarddav/releases
|
||||||
|
# https://github.com/johndoh/roundcube-contextmenu
|
||||||
# The easiest way to get the package hashes is to run this script and get the hash from
|
# The easiest way to get the package hashes is to run this script and get the hash from
|
||||||
# the error message.
|
# the error message.
|
||||||
VERSION=1.5.2
|
VERSION=1.6.0
|
||||||
HASH=208ce4ca0be423cc0f7070ff59bd03588b4439bf
|
HASH=fd84b4fac74419bb73e7a3bcae1978d5589c52de
|
||||||
PERSISTENT_LOGIN_VERSION=59ca1b0d3a02cff5fa621c1ad581d15f9d642fe8
|
PERSISTENT_LOGIN_VERSION=bde7b6840c7d91de627ea14e81cf4133cbb3c07a # version 5.2
|
||||||
HTML5_NOTIFIER_VERSION=68d9ca194212e15b3c7225eb6085dbcf02fd13d7 # version 0.6.4+
|
HTML5_NOTIFIER_VERSION=68d9ca194212e15b3c7225eb6085dbcf02fd13d7 # version 0.6.4+
|
||||||
CARDDAV_VERSION=4.3.0
|
CARDDAV_VERSION=4.4.3
|
||||||
CARDDAV_HASH=4ad7df8843951062878b1375f77c614f68bc5c61
|
CARDDAV_HASH=74f8ba7aee33e78beb9de07f7f44b81f6071b644
|
||||||
CONTEXT_MENU_VERSION=602a3812922fb8f71814eb3b8d91e9b7859aab7e # version 3.2.1
|
CONTEXT_MENU_VERSION=dd13a92a9d8910cce7b2234f45a0b2158214956c # version 3.3.1
|
||||||
TWOFACT_COMMIT=06e21b0c03aeeb650ee4ad93538873185f776f8b # master @ 21-04-2022
|
TWOFACT_COMMIT=06e21b0c03aeeb650ee4ad93538873185f776f8b # master @ 21-04-2022
|
||||||
|
|
||||||
UPDATE_KEY=$VERSION:$PERSISTENT_LOGIN_VERSION:$HTML5_NOTIFIER_VERSION:$CARDDAV_VERSION:$CONTEXT_MENU_VERSION:$TWOFACT_COMMIT
|
UPDATE_KEY=$VERSION:$PERSISTENT_LOGIN_VERSION:$HTML5_NOTIFIER_VERSION:$CARDDAV_VERSION:$CONTEXT_MENU_VERSION:$TWOFACT_COMMIT
|
||||||
|
Loading…
Reference in New Issue
Block a user