default_install            &&
create_account dovecot     &&
if [[ $DOVECOT_EXT_LDA == y ]]; then
pushd dovecot-sieve-*      &&
default_install            &&
if [[ $DOVECOT_MANAGESIEVE == y ]]; then
pushd dovecot-$VERSION5-managesieve-*  &&
default_install            &&
popd
fi                         &&
popd
fi
