mirror of https://github.com/CISOfy/lynis.git
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"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
LogText "Test: check Exim status"
|
||||
IsRunning exim
|
||||
IsRunning exim4 || IsRunning exim
|
||||
if [ ${RUNNING} -eq 1 ]; then
|
||||
LogText "Result: found running Exim process"
|
||||
Display --indent 2 --text "- Exim status" --result "${STATUS_RUNNING}" --color GREEN
|
||||
|
|
Loading…
Reference in New Issue