## Description ## A Mail-Antispam gateway [https://dspam.sourceforge.net/](https://dspam.sourceforge.net/) resource repository for running it on RockyLinux 9.x ## Installation ## 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:
* (atleast) 4Gb of memory available.
* SSH acccess to the box.
Out of scope: * SSL configuration
###### Install additional repositories and patterns: ``` dnf install epel-release crb enable dnf group install "Development Tools" ``` ###### Install required packages: ``` dnf install wget nano tar ```