Browse Source

Fixed Sieve Error

old-stable
gau1991 11 years ago
parent
commit
b26e621cc4
  1. 4
      src/modules/stack/install/mail/ee_mod_install_sieve.sh

4
src/modules/stack/install/mail/ee_mod_install_sieve.sh

@ -1,9 +1,9 @@
# Install Sieve package
function ee_mod_install_dovecot()
function ee_mod_install_sieve()
{
# Install Sieve
ee_lib_echo "Installing Sieve, please wait..."
$EE_APT_GET amavisd-new spamassassin clamav clamav-daemon arj zoo nomarch cpio lzop cabextract apt-listchanges libauthen-sasl-perl libdbi-perl libmail-dkim-perl p7zip rpm unrar-free libsnmp-perl \
$EE_APT_GET install amavisd-new spamassassin clamav clamav-daemon arj zoo nomarch cpio lzop cabextract apt-listchanges libauthen-sasl-perl libdbi-perl libmail-dkim-perl p7zip rpm unrar-free libsnmp-perl \
|| ee_lib_error "Unable to install Sieve, exit status = " $?
}

Loading…
Cancel
Save