Files
ConfigServerBackups/README.md

53 lines
970 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
2025-07-29 11:44:39 +01:00
## MailScanner and MSFE (MailScanner Front-End):
2025-07-28 11:22:09 +01:00
```
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:
```
2025-07-28 17:52:20 +01:00
curl -sL https://github.com/waytotheweb/scripts/blob/main/cmc/cmc_uninstall.sh?raw=true | bash
2025-07-28 17:49:58 +01:00
```
## cmm:
```
2025-07-28 17:52:20 +01:00
curl -sL https://github.com/waytotheweb/scripts/blob/main/cmm/cmm_uninstall.sh?raw=true | bash
2025-07-28 17:49:58 +01:00
```
## cmq:
```
2025-07-28 17:52:20 +01:00
curl -sL https://github.com/waytotheweb/scripts/blob/main/cmq/cmq_uninstall.sh?raw=true | bash
2025-07-28 17:49:58 +01:00
```
## cse:
```
2025-07-28 17:52:20 +01:00
curl -sL https://github.com/waytotheweb/scripts/blob/main/cse/cse_uninstall.sh?raw=true | bash
2025-07-28 17:49:58 +01:00
```