Files
ConfigServerBackups/README.md
2025-07-29 11:44:39 +01:00

53 lines
970 B
Markdown

# Scripts for Way to the Web Limited Products
### The scripts in this repository will uninstall each product
## MailScanner and MSFE (MailScanner Front-End):
```
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
```
## cxs:
```
bash /etc/cxs/uninstall.sh
```
## osm:
```
bash /etc/osm/uninstall.sh
```
## csf:
```
bash /etc/csf/uninstall.sh
```
## cmc:
```
curl -sL https://github.com/waytotheweb/scripts/blob/main/cmc/cmc_uninstall.sh?raw=true | bash
```
## cmm:
```
curl -sL https://github.com/waytotheweb/scripts/blob/main/cmm/cmm_uninstall.sh?raw=true | bash
```
## cmq:
```
curl -sL https://github.com/waytotheweb/scripts/blob/main/cmq/cmq_uninstall.sh?raw=true | bash
```
## cse:
```
curl -sL https://github.com/waytotheweb/scripts/blob/main/cse/cse_uninstall.sh?raw=true | bash
```