File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ All notable changes to this project will be documented in this file.
2222- Add Download SSL certificate function for self generated ssl certificates #2181
2323- Block access to .user.ini for Nginx + Apache2 #2179
2424- Add support for download B2 backup to local server to allow for restore #2199
25- - Update permissions /var/kog /roundcube on older installations #2173
25+ - Update permissions /var/log /roundcube on older installations #2173
2626- Update translations
2727- Fix Roundcube permissions
2828- Add webp to list of media formats that can be cached by the browser
29+ - Fix #1139 By force rebuilding webmail config files
2930
3031### Dependencies
3132
Original file line number Diff line number Diff line change @@ -77,6 +77,12 @@ if [ -n "$PROXY_SYSTEM" ] && [ -n "$PROXY" ]; then
7777 fi
7878fi
7979
80+ # Check for webmail
81+ if [ -n " $IMAP_SYSTEM " ]; then
82+ $BIN /v-rebuild-mail-domain " $user " " $domain "
83+ fi
84+
85+
8086
8187# ----------------------------------------------------------#
8288# Hestia #
Original file line number Diff line number Diff line change @@ -78,6 +78,12 @@ if [ ! -z "$new" ]; then
7878 $BIN /v-restart-proxy
7979 $BIN /v-restart-web
8080 fi
81+
82+ if [ -n " $IMAP_SYSTEM " ]; then
83+ for user in $( $HESTIA /bin/v-list-sys-users plain) ; do
84+ $BIN /v-rebuild-mail-domains " $user " no
85+ done
86+ fi
8187
8288 # Updating DNS
8389 if [ ! -z " $DNS_SYSTEM " ]; then
You can’t perform that action at this time.
0 commit comments