diff options
author | Luke Smith <luke@lukesmith.xyz> | 2023-02-11 11:40:38 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2023-02-11 11:40:38 -0500 |
commit | a170b1005c70879d31467acd917588c126d1f13e (patch) | |
tree | 990bbf8bb0f37c2c582d2834e98c658aa460d8f6 | |
parent | 2f7edafd0a0016d73689a7e57393a31a5b701cf7 (diff) |
remove old junk
-rwxr-xr-x | mailrm.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mailrm.sh b/mailrm.sh deleted file mode 100755 index e109650..0000000 --- a/mailrm.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 |