Changed number of Exim test and minor changes

This commit is contained in:
Michael Boelen 2018-06-26 11:34:09 +02:00
parent c11177f98b
commit 34813302b4
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 4 additions and 2 deletions

View File

@ -56,8 +56,10 @@
if IsVerbose; then Display --indent 2 --text "- Exim status" --result "${STATUS_NOT_FOUND}" --color WHITE; fi
fi
fi
# Test : MAIL-8803
#
#################################################################################
#
# 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"