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>2014-08-28 16:03:31 +0400
committermboelen <michael@cisofy.com>2014-08-28 16:03:31 +0400
commit0575468980e5c80560b25359e08a48f9a0516c6e (patch)
treec8014a2b6c5ff1e01da7ef1778e8e648225dfdab /include/tests_mail_messaging
parentcea0f386f62e0d8a5a4bee08d8ff5ed0a92e1dd9 (diff)
Log proper daemon qmail/sendmail
Diffstat (limited to 'include/tests_mail_messaging')
-rw-r--r--include/tests_mail_messaging2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_mail_messaging b/include/tests_mail_messaging
index 3ceab305..69be839c 100644
--- a/include/tests_mail_messaging
+++ b/include/tests_mail_messaging
@@ -192,7 +192,7 @@
logtext "Result: found running Qmail process"
Display --indent 2 --text "- Checking Qmail status..." --result RUNNING --color GREEN
QMAIL_RUNNING=1
- SMTP_DAEMON="sendmail"
+ SMTP_DAEMON="qmail"
else
logtext "Result: no running Qmail processes found"
Display --indent 2 --text "- Checking Qmail status..." --result "NOT FOUND" --color WHITE