Luke Smith
5 years ago
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
1 changed files with
8 additions and
0 deletions
-
mailrm.sh
|
@@ -0,0 +1,8 @@ |
|
|
|
|
|
#!/bin/sh |
|
|
|
|
|
|
|
|
|
|
|
# Purge all configs from a previous attempt at a mail server. |
|
|
|
|
|
# Doesn't delete mail or anything like that. |
|
|
|
|
|
apt purge dovecot-core spamassassin postfix spamc opendkim |
|
|
|
|
|
|
|
|
|
|
|
# Some stragglers that often stay undeleted. |
|
|
|
|
|
rm -rf /etc/dovecot /var/lib/dovecot |