Preinstall dovecot into images
This commit is contained in:
parent
1c16dbfe85
commit
39628a200d
|
@ -1278,8 +1278,6 @@ function configure_imap {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dpkg -P dovecot-imapd
|
|
||||||
dpkg -P dovecot-core
|
|
||||||
apt-get -yq install dovecot-imapd
|
apt-get -yq install dovecot-imapd
|
||||||
|
|
||||||
if [ ! -d /etc/dovecot ]; then
|
if [ ! -d /etc/dovecot ]; then
|
||||||
|
|
Loading…
Reference in New Issue