Luke Smith
5 anni fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4C50B54A911F6252
1 ha cambiato i file con
8 aggiunte e
0 eliminazioni
-
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 |