Skip to content

Commit 9dd0ad6

Browse files
committed
Fix dovecot/roundcube internal server issue.
1 parent 6d36c6a commit 9dd0ad6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,9 @@ if [ "$dovecot" = 'yes' ]; then
11801180
gpasswd -a dovecot mail
11811181
cp -rf $hestiacp/dovecot /etc/
11821182
cp -f $hestiacp/logrotate/dovecot /etc/logrotate.d/
1183+
if [ "$release" = '18.04' ]; then
1184+
rm -f /etc/dovecot/conf.d/15-mailboxes.conf
1185+
fi
11831186
chown -R root:root /etc/dovecot*
11841187
update-rc.d dovecot defaults
11851188
service dovecot start

0 commit comments

Comments
 (0)