I just updated haproxy to 1.8.5 on my FreeBSD 11-Stable server. I just noticed we do not receive any email notifications anymore when a server goes down. We did not change the config.
This is what i have in my config (relevant part) default # Mailer config mailers alert-mailers timeout mail 20s mailer smtp1 localhost:25 backend backend be_www0001 mode http option http-server-close option httpchk get / http-check expect string www0001 default-server inter 3s fall 3 rise 2 email-alert mailers alert-mailers email-alert from [email protected] email-alert to [email protected] In the maillog nothing comes in. I can send mail normally from the system. Also can connect and send with telnet from localhost on port 25. regards Johan Hendriks

