瀏覽代碼

optional remove script

pull/2/head
Luke Smith 4 年之前
父節點
當前提交
e66829d2eb
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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

Loading…
取消
儲存