Skip to content

Commit 8c062c3

Browse files
committed
Fix for dovecot namespace inbox=yes
1 parent 6ff35b1 commit 8c062c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/hst-install-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,9 @@ if [ "$dovecot" = 'yes' ]; then
10751075
cp -rf $hestiacp/dovecot /etc/
10761076
cp -f $hestiacp/logrotate/dovecot /etc/logrotate.d/
10771077
chown -R root:root /etc/dovecot*
1078+
if [ "$release" -eq 9 ]; then
1079+
sed -i "s#namespace inbox {#namespace inbox {\n inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
1080+
fi
10781081
update-rc.d dovecot defaults
10791082
service dovecot start
10801083
check_result $? "dovecot start failed"

0 commit comments

Comments
 (0)