Skip to content

Commit 0dd6819

Browse files
author
Kristan Kenney
committed
Fix dovecot service failure due to invalid mailbox config on Debian 10
Fixes issue hestiacp#644
1 parent 28c2cf5 commit 0dd6819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ if [ "$dovecot" = 'yes' ]; then
14521452
cp -rf $HESTIA_INSTALL_DIR/dovecot /etc/
14531453
cp -f $HESTIA_INSTALL_DIR/logrotate/dovecot /etc/logrotate.d/
14541454
chown -R root:root /etc/dovecot*
1455-
if [ "$release" -eq 9 ]; then
1455+
if [ "$release" -eq 9 ] || [ "$release" -eq 10 ]; then
14561456
rm -f /etc/dovecot/conf.d/15-mailboxes.conf
14571457
fi
14581458
update-rc.d dovecot defaults

0 commit comments

Comments
 (0)