Luke Smith
5 lat temu
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4C50B54A911F6252
1 zmienionych plików z
8 dodań i
0 usunięć
-
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 |