Files
ConfigServerBackups/README.md

53 lines
901 B
Markdown
Raw Normal View History

2025-07-28 11:22:09 +01:00
# Scripts for Way to the Web Limited Products
### The scripts in this repository will uninstall each product
## MailScanner:
```
2025-07-28 11:53:59 +01:00
curl -sL -o msuninstall.pl https://github.com/waytotheweb/scripts/blob/main/MailScanner/msuninstall.pl?raw=true
curl -sL https://github.com/waytotheweb/scripts/blob/main/MailScanner/msuninstall.sh?raw=true | bash
2025-07-28 11:22:09 +01:00
```
2025-07-28 11:38:48 +01:00
## cxs:
2025-07-28 17:47:40 +01:00
2025-07-28 11:38:48 +01:00
```
2025-07-28 17:47:40 +01:00
bash /etc/cxs/uninstall.sh
2025-07-28 11:38:48 +01:00
```
2025-07-28 11:43:53 +01:00
## osm:
2025-07-28 17:47:40 +01:00
```
bash /etc/osm/uninstall.sh
```
## csf:
2025-07-28 11:43:53 +01:00
```
2025-07-28 17:47:40 +01:00
bash /etc/csf/uninstall.sh
2025-07-28 11:43:53 +01:00
```
2025-07-28 17:49:58 +01:00
## cmc:
```
https://github.com/waytotheweb/scripts/blob/main/cmc/cmc_uninstall.sh?raw=true | bash
```
## cmm:
```
https://github.com/waytotheweb/scripts/blob/main/cmc/cmm_uninstall.sh?raw=true | bash
```
## cmq:
```
https://github.com/waytotheweb/scripts/blob/main/cmc/cmq_uninstall.sh?raw=true | bash
```
## cse:
```
https://github.com/waytotheweb/scripts/blob/main/cmc/cse_uninstall.sh?raw=true | bash
```