Purge existing dovecot packages
This commit is contained in:
parent
cb785d1820
commit
7b72a982ce
|
@ -5619,14 +5619,8 @@ function configure_imap {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# add directories if needed
|
dpkg -P dovecot-imapd
|
||||||
if [ ! -d /usr/share/dovecot/protocols.d ]; then
|
dpkg -P dovecot-core
|
||||||
mkdir -p mkdir -p /usr/share/dovecot/protocols.d
|
|
||||||
fi
|
|
||||||
if [ ! -d /etc/dovecot/conf.d ]; then
|
|
||||||
mkdir -p /etc/dovecot/conf.d
|
|
||||||
fi
|
|
||||||
|
|
||||||
apt-get -y install dovecot-imapd
|
apt-get -y install dovecot-imapd
|
||||||
|
|
||||||
if [ ! -d /etc/dovecot ]; then
|
if [ ! -d /etc/dovecot ]; then
|
||||||
|
|
Loading…
Reference in New Issue