Sfoglia il codice sorgente

optional remove script

pull/2/head
Luke Smith 4 anni fa
parent
commit
e66829d2eb
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
  1. +8
    -0
      mailrm.sh

+ 8
- 0
mailrm.sh Vedi File

@@ -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

Caricamento…
Annulla
Salva