Skip to content

Commit 32e970d

Browse files
authored
Fix for dovecot namespace inbox=yes
1 parent 2073512 commit 32e970d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/vst-install-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,7 @@ if [ "$dovecot" = 'yes' ]; then
10791079
cp -rf $vestacp/dovecot /etc/
10801080
cp -f $vestacp/logrotate/dovecot /etc/logrotate.d/
10811081
chown -R root:root /etc/dovecot*
1082+
sed -i "s#namespace inbox {#namespace inbox {\n inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
10821083
update-rc.d dovecot defaults
10831084
service dovecot start
10841085
check_result $? "dovecot start failed"

0 commit comments

Comments
 (0)