Procházet zdrojové kódy

Initial commit of README.md for DSpam LXC host

Work in progress
Michael Honkoop před 8 měsíci
rodič
revize
a4dd18a6c0
1 změnil soubory, kde provedl 26 přidání a 0 odebrání
  1. 26 0
      DSPAM/README.md

+ 26 - 0
DSPAM/README.md

@@ -0,0 +1,26 @@
+## Description ##
+A Mail-Antispam gateway [https://dspam.sourceforge.net/](https://dspam.sourceforge.net/) resource repository for running it on RockyLinux 9.x
+
+## Installation ##
+
+<summary>To setup your DSPAM server start out with a fresh RockyLinux 9.x server/vps/LXC - i use a ProxMox (https://www.proxmox.com/en/proxmox-ve) LXC,
+and will assumes that your server has:</summary></br>
+
+* (atleast) 4Gb of memory available.<br>
+* SSH acccess to the box.<br>
+
+Out of scope:
+* SSL configuration</br>
+
+###### Install additional repositories and patterns:
+```
+dnf install epel-release
+crb enable
+dnf group install "Development Tools"
+
+```
+
+###### Install required packages:
+```
+dnf install wget nano tar
+```