default_install            &&
create_account dovecot     &&
pwd
if [[ $DOVECOT_EXT_LDA == y ]]; then
pushd dovecot-${VERSION%.*}-sieve-$VERSION2      &&
default_install            &&
if [[ $DOVECOT_MANAGESIEVE == y ]]; then
pushd dovecot-${VERSION%.*}-managesieve-$VERSION3  &&
default_install            &&
popd
fi                         &&
popd
fi
