Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/tests.db1
-rw-r--r--include/helper_show5
-rw-r--r--include/tests_mail_messaging6
3 files changed, 5 insertions, 7 deletions
diff --git a/db/tests.db b/db/tests.db
index dec1cff1..79c211b9 100644
--- a/db/tests.db
+++ b/db/tests.db
@@ -212,6 +212,7 @@ MACF-6232:test:security:mac_frameworks::Check SELINUX presence:
MACF-6234:test:security:mac_frameworks::Check SELINUX status:
MACF-6290:test:security:mac_frameworks::Check for implemented MAC framework:
MAIL-8802:test:security:mail_messaging::Check Exim status:
+MAIL-8804:test:security:mail_messaging::Exim configuration:
MAIL-8814:test:security:mail_messaging::Check postfix process status:
MAIL-8816:test:security:mail_messaging::Check Postfix configuration:
MAIL-8817:test:security:mail_messaging::Check Postfix configuration errors:
diff --git a/include/helper_show b/include/helper_show
index 3f74330b..e178299c 100644
--- a/include/helper_show
+++ b/include/helper_show
@@ -99,11 +99,6 @@ UPDATE_HELP="
Check version information
-
- ${CYAN}update release${NORMAL}
-
- Perform update of release
-
"
UPLOAD_ONLY_HELP="
diff --git a/include/tests_mail_messaging b/include/tests_mail_messaging
index e511466f..02236044 100644
--- a/include/tests_mail_messaging
+++ b/include/tests_mail_messaging
@@ -56,8 +56,10 @@
if IsVerbose; then Display --indent 2 --text "- Exim status" --result "${STATUS_NOT_FOUND}" --color WHITE; fi
fi
fi
-
- # Test : MAIL-8803
+#
+#################################################################################
+#
+ # Test : MAIL-8804
# Description : Exim configuration options
if [ ${EXIM_RUNNING} -eq 1 -a ! "${EXIMBINARY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
Register --test-no MAIL-8803 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Exim configuration options"