Since mailers/healthcheckmail.vtc already requires lua to emulate the
SMTP server for the test, force it to use lua mailers example script
to send email-alerts so we don't rely anymore on legacy tcpcheck
mailers implementation.
This is done by simply loading examples/mailers.lua (as a symlink) from
haproxy config file.
haproxy h1 -conf {
global
+ lua-load ${testdir}/mailers.lua
lua-load ${testdir}/healthcheckmail.lua
defaults
--- /dev/null
+../../examples/lua/mailers.lua
\ No newline at end of file