Explorar el Código

Fix for dovecot namespace inbox=yes

dpeca hace 7 años
padre
commit
32e970d111
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      install/vst-install-debian.sh

+ 1 - 0
install/vst-install-debian.sh

@@ -1079,6 +1079,7 @@ if [ "$dovecot" = 'yes' ]; then
     cp -rf $vestacp/dovecot /etc/
     cp -f $vestacp/logrotate/dovecot /etc/logrotate.d/
     chown -R root:root /etc/dovecot*
+    sed -i "s#namespace inbox {#namespace inbox {\n  inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
     update-rc.d dovecot defaults
     service dovecot start
     check_result $? "dovecot start failed"