소스 검색

Update 'DSPAM/README.md'

tweaked description and details in text
Michael Honkoop 8 달 전
부모
커밋
9b6e7f757d
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      DSPAM/README.md

+ 5 - 5
DSPAM/README.md

@@ -1,7 +1,7 @@
 ## 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 an incoming mailgateway for incoming mail, and forward it to the backline mailsystem.
+In the scenario below DSpam will _only_ be a mailgateway for incoming mail, and forward it to a/the backline mailsystem.
 
 ## Installation ##
 
@@ -16,13 +16,13 @@ Out of scope:
 
 ###### Install additional repositories and patterns:
 ```
-dnf install epel-release
-crb enable
-dnf group install "Development Tools"
+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
+dnf install mlocate wget nano tar unzip clamav-server postfix postgrey pypolicyd-spf opendkim # clamav-server is an alias for clamd
 ```