gau1991
11 years ago
7 changed files with 79 additions and 5 deletions
@ -0,0 +1,9 @@ |
|||
# Remove Dovecot package |
|||
|
|||
function ee_mod_remove_dovecot() |
|||
{ |
|||
ee_lib_echo "$EE_SECOND Dovecot package, please wait..." |
|||
$EE_APT_GET $EE_SECOND dovecot-core dovecot-imapd dovecot-pop3d dovecot-lmtpd dovecot-mysql \ |
|||
|| ee_lib_error "Unable to $EE_SECOND Dovecot, exit status = " $? |
|||
|
|||
} |
@ -0,0 +1,9 @@ |
|||
# Remove MailScan package |
|||
|
|||
function ee_mod_remove_mysql() |
|||
{ |
|||
ee_lib_echo "$EE_SECOND Amavis, SpamAssassin and ClamAV package, please wait..." |
|||
$EE_APT_GET $EE_SECOND 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 $EE_SECOND Amavis, SpamAssassin and ClamAV,, exit status = " $? |
|||
|
|||
} |
@ -0,0 +1,10 @@ |
|||
# Remove Sieve package |
|||
|
|||
function ee_mod_remove_sieve() |
|||
{ |
|||
ee_lib_echo "$EE_SECOND Sieve package, please wait..." |
|||
$EE_APT_GET $EE_SECOND dovecot-sieve dovecot-managesieved \ |
|||
|| ee_lib_error "Unable to $EE_SECOND Sieve, exit status = " $? |
|||
|
|||
|
|||
} |
Loading…
Reference in new issue