Hi I have one question. I use in postfix map like: sender_bcc_maps = proxy:mysql:/etc/postfix/mysql_sender_bcc_maps_user.cf
My scenario server mysql is galera (3 nodes +haproxy) like: -nod1 -nod2 -nod3 balance roundrobin - works fine but when I set state to DRAIN (node 3) connections exists (proxy:mysql)- after 1 h when I put "kill sesion" in haprpxy i found in log: warning: proxy:mysql:/etc/postfix/mysql_sender_bcc_maps_user.cf lookup error for "u...@domain.ltd" Which is obvious - because i terminate a session maby I must set timout for "proxy:mysql" or how to force "safe shutdown" of such connections --