Browse Source

Remove 15-mailboxes.conf during installation.

Raphael Schneeberger 6 years ago
parent
commit
2d9520aa4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/hst-install-debian.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -1496,7 +1496,7 @@ if [ "$dovecot" = 'yes' ]; then
     cp -f $hestiacp/logrotate/dovecot /etc/logrotate.d/
     chown -R root:root /etc/dovecot*
     if [ "$release" -eq 9 ]; then
-        sed -i "s#namespace inbox {#namespace inbox {\n  inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
+        rm -f /etc/dovecot/conf.d/15-mailboxes.conf
     fi
     update-rc.d dovecot defaults
     service dovecot start