We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2073512 commit 32e970dCopy full SHA for 32e970d
install/vst-install-debian.sh
@@ -1079,6 +1079,7 @@ if [ "$dovecot" = 'yes' ]; then
1079
cp -rf $vestacp/dovecot /etc/
1080
cp -f $vestacp/logrotate/dovecot /etc/logrotate.d/
1081
chown -R root:root /etc/dovecot*
1082
+ sed -i "s#namespace inbox {#namespace inbox {\n inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
1083
update-rc.d dovecot defaults
1084
service dovecot start
1085
check_result $? "dovecot start failed"
0 commit comments