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:
authorAlexander Lobodzinski <alobodzinski@users.noreply.github.com>2015-12-14 18:14:38 +0300
committerAlexander Lobodzinski <alobodzinski@users.noreply.github.com>2015-12-14 18:14:38 +0300
commitfccf88993622e34be6e477d73b17a37e8e39800f (patch)
tree48d93c7af506a5d177cc3dd572299c4677c85354 /include/tests_mail_messaging
parentc96e9f079e45933927ac2e0e04378e50b629da5e (diff)
dovecot does not have postfix as a prerequisite
fixed some spelling
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 b936dbb8..ab12d7f4 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