diff options
-rwxr-xr-x | mailrm.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # 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 +pacman -Rns postfix dovecot opendkim spamassassin pigeonhole # Some stragglers that often stay undeleted. -rm -rf /etc/dovecot /var/lib/dovecot +rm -rf /etc/dovecot /var/lib/dovecot /etc/postfix |