Haproxy Email Notification
-
Hello,
I am using pfsense 2.4.4. and haproxy version is 1.7.11.
I am successfully getting test emails generated from System -> Advanced -> Notifications. Same configuration is done in haproxy Global email notifications. But I am not receiving emails when any backend goes down. It was working fine in old version 2.* Below is some of global settings for this.mailers globalmailers
mailer Zimbra xx.xxx.xx.xxx:25frontend f_loadbalacing_k8s
bind 192.168.32.20:443 name 192.168.32.20:443
mode tcp
log global
timeout client 30000
default_backend b_loadbalance_k8s_ipvANYfrontend f_cvs_data
bind 192.168.32.90:80 name 192.168.32.90:80
mode tcp
log global
timeout client 30000
default_backend b_istio_data_ipvANYEven haproxy logs are also not generated. Status -> Package Logs -> haproxy, it is total blank over here.
Please suggest if any changes that I can make to get it worked.
Let me know if you need any additional info.Regards
Keval -
This is from another thread:
Haproxy just makes a plain tcp connection to port 25 and sends a few commands.. to push out a receiver subject and body.. the mailserver must be configured to not require authentication from haproxy's ip for this to work.