RE: haproxy config manual update for multiple ports

2021-10-09 Thread Aki Tuomi
The page really should be migrated into doc.dovecot.org, instead of updated on the wiki. Aki > On 09/10/2021 13:56 Marc wrote: > > > frontend ft_imap > bind :143 > bind :993 > mode tcp > tcp-request connection set-dst-port dst_port,add(1) > default_backend bk_imap >

RE: haproxy config manual update for multiple ports

2021-10-09 Thread Marc
frontend ft_imap bind :143 bind :993 mode tcp tcp-request connection set-dst-port dst_port,add(1) default_backend bk_imap backend bk_imap mode tcp balance leastconn stick store-request src stick-table type ip size 200k expire 30m server s1 backend.exa

RE: haproxy config manual update for multiple ports

2021-10-09 Thread Marc
would you mind updating the haproxy config on https://wiki2.dovecot.org/HAProxy now you have the normal ports without proxy protocol and high ports with proxy, easier with testing. frontend ft_imap bind :143 bind :993 mode tcp tcp-request connection set-dst-port dst_port,add(10