mirror of
https://github.com/myvesta/vesta
synced 2025-08-22 14:24:09 -07:00
Temporary skip myvesta dovecot conf files
This commit is contained in:
parent
13d7150410
commit
1c6b6a689b
1 changed files with 5 additions and 3 deletions
|
@ -1554,9 +1554,11 @@ fi
|
|||
if [ "$dovecot" = 'yes' ]; then
|
||||
echo "=== Configure Dovecot"
|
||||
gpasswd -a dovecot mail
|
||||
if [ "$release" -lt 13 ]; then
|
||||
cp -rf $vestacp/dovecot /etc/
|
||||
cp -f $vestacp/logrotate/dovecot /etc/logrotate.d/
|
||||
chown -R root:root /etc/dovecot*
|
||||
fi
|
||||
# update-rc.d dovecot defaults
|
||||
currentservice='dovecot'
|
||||
ensure_startup $currentservice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue