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:
authorMichael Boelen <michael@cisofy.com>2015-12-29 18:23:01 +0300
committerMichael Boelen <michael@cisofy.com>2015-12-29 18:23:01 +0300
commit142fc100c4147a7a7d987e91b1d222f43c357961 (patch)
treef526823625b7274fb29395a39d70d6162625a12a /include/tests_mail_messaging
parent72b0f65438ded70afad2cc024e5f3d76b3ac6bd8 (diff)
parentfccf88993622e34be6e477d73b17a37e8e39800f (diff)
Merge pull request #108 from alobodzinski/dovecot
MAIL-8838: dovecot does not have postfix as a prerequisite
Diffstat (limited to 'include/tests_mail_messaging')
-rw-r--r--include/tests_mail_messaging4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_mail_messaging b/include/tests_mail_messaging
index 5da30e47..13744c47 100644
--- a/include/tests_mail_messaging
+++ b/include/tests_mail_messaging
@@ -113,7 +113,7 @@
Display --indent 4 --text "- Checking Postfix banner" --result WARNING --color RED
LogText "Result: found mail_name in SMTP banner, and/or mail_name contains 'Postfix'."
ReportWarning ${TEST_NO} "L" "Found mail_name in SMTP banner, and/or mail_name contains 'Postfix'"
- ReportSuggestion ${TEST_NO} "You are adviced to hide the mail_name (option: smtpd_banner) from your postfix configuration. Use postconf -e or change your main.cf file (${POSTFIX_CONFIGFILE})"
+ ReportSuggestion ${TEST_NO} "You are advised to hide the mail_name (option: smtpd_banner) from your postfix configuration. Use postconf -e or change your main.cf file (${POSTFIX_CONFIGFILE})"
fi
fi
#
@@ -121,7 +121,7 @@
#
# Test : MAIL-8838
# Description : Check Dovecot process
- Register --test-no MAIL-8838 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check dovecot process"
+ Register --test-no MAIL-8838 --weight L --network NO --description "Check dovecot process"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: check dovecot status"
IsRunning dovecot