1 changed files with 2 additions and 2 deletions
@ -1,9 +1,9 @@ |
|||||
# Install Sieve package |
# Install Sieve package |
||||
|
|
||||
function ee_mod_install_dovecot() |
function ee_mod_install_sieve() |
||||
{ |
{ |
||||
# Install Sieve |
# Install Sieve |
||||
ee_lib_echo "Installing Sieve, please wait..." |
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 = " $? |
|| ee_lib_error "Unable to install Sieve, exit status = " $? |
||||
} |
} |
||||
|
Loading…
Reference in new issue