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 8a1f834 commit 5170e5fCopy full SHA for 5170e5f
install/vst-install-debian.sh
@@ -1079,7 +1079,9 @@ 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
+ if [ "$release" -eq 9 ]; then
1083
+ sed -i "s#namespace inbox {#namespace inbox {\n inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
1084
+ fi
1085
update-rc.d dovecot defaults
1086
service dovecot start
1087
check_result $? "dovecot start failed"
0 commit comments