gau1991
11 years ago
7 changed files with 33 additions and 24 deletions
@ -1,9 +1,9 @@ |
|||
# Install Amavis package |
|||
|
|||
function ee_mod_install_amavis() |
|||
function ee_mod_install_mailscan() |
|||
{ |
|||
# Install Amavis |
|||
ee_lib_echo "Installing Amavis and ClamAV, please wait..." |
|||
ee_lib_echo "Installing Amavis, SpamAssassin and ClamAV, please wait..." |
|||
$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 Amavis and ClamAV, exit status = " $? |
|||
|| ee_lib_error "Unable to install Amavis, SpamAssassin and ClamAV, exit status = " $? |
|||
} |
@ -1,6 +1,6 @@ |
|||
# Setup Amavis |
|||
|
|||
function ee_mod_setup_amavis() |
|||
function ee_mod_setup_mailscan() |
|||
{ |
|||
# Confiure Amavis |
|||
|
Loading…
Reference in new issue