Aurora Corporate documentation

How to uninstall

NB: This options is only available if the product was installed as a Debian package, either from APT repository or manually. For legacy Ansible package, uninstall is not available.

The product itself is uninstalled using a standard apt command:

apt purge aurora-corporate-mta

However, when you install Aurora Corporate, multiple dependencies are installed and configuration changes are made. The following commands will remove all these changes:

apt purge -y php-* dovecot-* exim4 exim4-* spamassassin nginx* nginx-* mysql-*
rm -rf /opt/afterlogic /etc/php /var/lib/dovecot /etc/dovecot /etc/exim4 /var/www/html
crontab -r

Please note that, while MySQL packages are removed, we don't purge /etc/mysql directory or its content, that's intended.