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:
authormboelen <michael@cisofy.com>2015-01-03 14:45:22 +0300
committermboelen <michael@cisofy.com>2015-01-03 14:45:22 +0300
commit5caf4ddc4f2febbd4504aaae91fc11889101d816 (patch)
treed99e27069a78e33f05c970594a1a674718e6790f /include/tests_mail_messaging
parentc5f8a3fe6238d52c41247935b191448ac6254800 (diff)
Update of the files to reflect HTTPS version of website and 2015. Happy New Year!
Diffstat (limited to 'include/tests_mail_messaging')
-rw-r--r--include/tests_mail_messaging6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tests_mail_messaging b/include/tests_mail_messaging
index fdbd2e06..dc568283 100644
--- a/include/tests_mail_messaging
+++ b/include/tests_mail_messaging
@@ -5,7 +5,7 @@
# Lynis
# ------------------
#
-# Copyright 2007-2014, Michael Boelen (michael@rootkit.nl), The Netherlands
+# Copyright 2007-2015, Michael Boelen (michael@rootkit.nl), The Netherlands
# Web site: http://www.rootkit.nl
#
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
@@ -226,7 +226,7 @@
Register --test-no MAIL-8920 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check OpenSMTPD status"
if [ ${SKIPTEST} -eq 0 ]; then
logtext "Test: check smtpd status"
- FIND=`${PSBINARY} ax | egrep "(/smtpd|smtpd: smtp)" | grep -v "grep"`
+ FIND=`${PSBINARY} ax | egrep "(/smtpd|smtpd: \[priv\]|smtpd: smtp)" | grep -v "grep"`
if [ ! "${FIND}" = "" ]; then
logtext "Result: found running smtpd process"
Display --indent 2 --text "- Checking OpenSMTPD status" --result RUNNING --color GREEN
@@ -267,4 +267,4 @@ wait_for_keypress
#
#================================================================================
-# Lynis - Copyright 2007-2014, Michael Boelen - www.rootkit.nl - The Netherlands
+# Lynis - Copyright 2007-2015, Michael Boelen - www.rootkit.nl - The Netherlands