|
|
@ -6,7 +6,8 @@ function ee_mod_remove_dovecot() |
|
|
|
$EE_APT_GET $EE_SECOND dovecot-core dovecot-imapd dovecot-pop3d dovecot-lmtpd dovecot-mysql dovecot-sieve dovecot-managesieved \ |
|
|
|
|| ee_lib_error "Unable to $EE_SECOND Dovecot, exit status = " $? |
|
|
|
|
|
|
|
userdel -rf vmail || ee_lib_error "Unable to Remove user vmail, exit status = " $? |
|
|
|
deluser --remove-home vmail &>> $EE_COMMAND_LOG || ee_lib_error "Unable to Remove user vmail, exit status = " $? |
|
|
|
rm -f /etc/init.d/dovecot |
|
|
|
rm -rf /var/vmail |
|
|
|
|
|
|
|
} |
|
|
|