mirror of https://github.com/CISOfy/lynis.git
dovecot does not have postfix as a prerequisite
fixed some spelling
This commit is contained in:
parent
c96e9f079e
commit
fccf889936
|
@ -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
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
NTP_CONFIG_TYPE_STARTUP=1
|
||||
# Only show suggestion when ntpdate is enabled, however ntpd is not running
|
||||
if [ ${NTP_DAEMON_RUNNING} -eq 0 ]; then
|
||||
ReportSuggestion ${TEST_NO} "Although ntpdate is enabled in rc.conf, it is adviced to run it at least daily or use a NTP daemon"
|
||||
ReportSuggestion ${TEST_NO} "Although ntpdate is enabled in rc.conf, it is advised to run it at least daily or use a NTP daemon"
|
||||
fi
|
||||
else
|
||||
logtext "Result: ntpdate is not enabled in rc.conf"
|
||||
|
|
4
lynis
4
lynis
|
@ -315,11 +315,11 @@
|
|||
echo ""
|
||||
echo " ${WARNING}Warning${NORMAL}: ${WHITE}PID file exists, probably another Lynis process is running.${NORMAL}"
|
||||
echo " ------------------------------------------------------------------------------"
|
||||
echo " If you are unsure another Lynis process is running currently, you are adviced "
|
||||
echo " If you are unsure another Lynis process is running currently, you are advised "
|
||||
echo " to stop current process and check the process list first. If you cancelled"
|
||||
echo " (by using CTRL+C) a previous instance, you can ignore this message."
|
||||
echo " "
|
||||
echo " You are adviced to check for temporary files after program completion."
|
||||
echo " You are advised to check for temporary files after program completion."
|
||||
echo " ------------------------------------------------------------------------------"
|
||||
echo ""
|
||||
echo " ${YELLOW}Note: ${WHITE}Cancelling the program can leave temporary files behind${NORMAL}"
|
||||
|
|
Loading…
Reference in New Issue