PrepAway - Latest Free Exam Questions & Answers

Which of the following rule directives will email kevin@example.com and matt@example.com when the Mail Configu

Which of the following rule directives will email kevin@example.com and matt@example.com when
the Mail Configuration rule is violated?

PrepAway - Latest Free Exam Questions & Answers

A.
(
rulename = “Mail Configuration”,
severity = $(SIG_HI),
emailto = kevin@example.com,
emailto = matt@example.com
)

B.
(
rulename = “Mail Configuration”,
severity = $(SIG_HI),
emailto = kevin@example.com,matt@example.com
)

C.
(
rulename = “Mail Configuration”,
severity = $(SIG_HI),
emailto = kevin@example.com;matt@example.com
)

D.
(
rulename = “Mail Configuration”,
severity = $(SIG_HI),
emailto = kevin@example.com,
emailcc = matt@example.com
)


Leave a Reply