also find exim4 in MAIL-8802 (#512)

This commit is contained in:
mslifcak 2018-01-20 11:32:26 -05:00 committed by Michael Boelen
parent 9f33e323db
commit e0e76c97df
1 changed files with 1 additions and 1 deletions

View File

@ -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