mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
Fix for dovecot namespace inbox=yes
This commit is contained in:
parent
20735121f7
commit
32e970d111
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue