mirror of https://github.com/CISOfy/lynis.git
Corrected test ID
This commit is contained in:
parent
4d1a170e84
commit
c0158da38e
|
@ -61,7 +61,7 @@
|
|||
# Test : MAIL-8804
|
||||
# Description : Exim configuration options
|
||||
if [ ${EXIM_RUNNING} -eq 1 -a ! "${EXIMBINARY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
|
||||
Register --test-no MAIL-8803 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Exim configuration options"
|
||||
Register --test-no MAIL-8804 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Exim configuration options"
|
||||
if [ ${SKIPTEST} -eq 0 -a ${EXIM_RUNNING} -eq 1 ]; then
|
||||
LogText "Test: Exim configuration options"
|
||||
|
||||
|
|
Loading…
Reference in New Issue