optional remove script
This commit is contained in:
parent
ba03c7647c
commit
e66829d2eb
8
mailrm.sh
Executable file
8
mailrm.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user