mirror of https://github.com/CISOfy/lynis.git
Log proper daemon qmail/sendmail
This commit is contained in:
parent
cea0f386f6
commit
0575468980
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue