소스 검색

optional remove script

pull/2/head
Luke Smith 4 년 전
부모
커밋
e66829d2eb
No known key found for this signature in database GPG 키 ID: 4C50B54A911F6252
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      mailrm.sh

+ 8
- 0
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

불러오는 중...
취소
저장