Browse Source

Deleted attempt - project no longer viable

Michael Honkoop 8 months ago
parent
commit
94eba0c442
1 changed files with 0 additions and 28 deletions
  1. 0 28
      DSPAM/README.md

+ 0 - 28
DSPAM/README.md

@@ -1,28 +0,0 @@
-## Description - writing is still in progress ! ##
-A Mail-Antispam gateway [https://dspam.sourceforge.net/](https://dspam.sourceforge.net/) resource repository for running it on RockyLinux 9.x
-
-In the scenario below DSpam will _only_ be a mailgateway for incoming mail, and forward it to a/the backline mailsystem.
-
-## 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>
-
-* 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 # install the epel repository
-crb enable # enable CRB repository
-dnf group install "Development Tools" # install pattern which also contains compilers needed for DSpam
-
-```
-
-###### Install primary required packages:
-```
-dnf install mlocate wget nano tar unzip clamav-server postfix postgrey pypolicyd-spf opendkim # clamav-server is an alias for clamd
-```