25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
12345678 |
- #!/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
|