소스 검색

Updated README.md with more packages

Step-by-step building the document
Michael Honkoop 8 달 전
부모
커밋
bd287df87b
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 6 4
      DSPAM/README.md

+ 6 - 4
DSPAM/README.md

@@ -1,12 +1,14 @@
 ## Description ##
 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 an incoming mailgateway for incoming mail, and forward it to 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>
 
-* (atleast) 4Gb of memory available.<br>
+* 4Gb of memory available.<br>
 * SSH acccess to the box.<br>
 
 Out of scope:
@@ -20,7 +22,7 @@ dnf group install "Development Tools"
 
 ```
 
-###### Install required packages:
+###### Install primary required packages:
+```
+dnf install wget nano tar unzip clamav-server postfix postgrey opendkim # clamav server is an alias for clamd
 ```
-dnf install wget nano tar
-```