mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
also find exim4 in MAIL-8802 (#512)
This commit is contained in:
parent
9f33e323db
commit
e0e76c97df
@ -43,7 +43,7 @@
|
|||||||
Register --test-no MAIL-8802 --weight L --network NO --category security --description "Check Exim status"
|
Register --test-no MAIL-8802 --weight L --network NO --category security --description "Check Exim status"
|
||||||
if [ ${SKIPTEST} -eq 0 ]; then
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
LogText "Test: check Exim status"
|
LogText "Test: check Exim status"
|
||||||
IsRunning exim
|
IsRunning exim4 || IsRunning exim
|
||||||
if [ ${RUNNING} -eq 1 ]; then
|
if [ ${RUNNING} -eq 1 ]; then
|
||||||
LogText "Result: found running Exim process"
|
LogText "Result: found running Exim process"
|
||||||
Display --indent 2 --text "- Exim status" --result "${STATUS_RUNNING}" --color GREEN
|
Display --indent 2 --text "- Exim status" --result "${STATUS_RUNNING}" --color GREEN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user