File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4- ## [ 1.6.1] - Major Release (Feature / Quality Update)
4+ ## [ 1.6.2] - Service release
5+
6+ - Fixed an issue with rate limits in Exim4 and make it more bullet proof (#2703 )
7+ - Fixed an issue with system-filter not propperly loaded in Exim4 for Exim 4.94 and Ugrades from 1.5.x
8+
9+ ## [ 1.6.1] - Service release
510
611### Bugfixes
712
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131VERBOSE=' no'
3232
3333# Define software versions
34- HESTIA_INSTALL_VER=' 1.6.2~alpha '
34+ HESTIA_INSTALL_VER=' 1.6.2'
3535# Dependencies
3636pma_v=' 5.2.0'
3737rc_v=" 1.5.3"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131VERBOSE=' no'
3232
3333# Define software versions
34- HESTIA_INSTALL_VER=' 1.6.2~alpha '
34+ HESTIA_INSTALL_VER=' 1.6.2'
3535# Dependencies
3636pma_v=' 5.2.0'
3737rc_v=" 1.5.3"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ upgrade_config_set_value 'UPGRADE_UPDATE_MAIL_TEMPLATES' 'no'
2121upgrade_config_set_value ' UPGRADE_REBUILD_USERS' ' no'
2222upgrade_config_set_value ' UPGRADE_UPDATE_FILEMANAGER_CONFIG' ' false'
2323
24- alc=$( cat exim4.conf.template | grep ' ${lookup{${domain:$authenticated_id}}dsearch{/etc/exim4/domains/}}/limits' ) ;
24+ alc=$( cat /etc/exim4/ exim4.conf.template | grep ' ${lookup{${domain:$authenticated_id}}dsearch{/etc/exim4/domains/}}/limits' ) ;
2525if [ -z " $alc " ]; then
2626 sed -i ' s| set acl_c_msg_limit|#string1\n#replaceme|' /etc/exim4/exim4.conf.template
2727 sed -i ' /#replaceme/d' /etc/exim4/exim4.conf.template
@@ -33,4 +33,4 @@ if [ -z "$system_filter" ]; then
3333 sed -i ' /SMTP_RELAY_PASS = \${lookup{pass}lsearch{SMTP_RELAY_FILE}}/a #shouldberemoved\n# Custom Filter\nsystem_filter = \/etc\/exim4\/system.filter\nsystem_filter_user = Debian-exim' /etc/exim4/exim4.conf.template
3434 # Keep the spacing between the reley_pass and Custom Filter we need to insert a dummy text and remove it later on
3535 sed -i ' s/#shouldberemoved//g' /etc/exim4/exim4.conf.template
36- fi
36+ fi
Original file line number Diff line number Diff line change 11Source: hestia
22Package: hestia
33Priority: optional
4- Version: 1.6.2~alpha
4+ Version: 1.6.2
55Section: admin
66Maintainer: HestiaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
You can’t perform that action at this time.
0 commit comments