RE: haproxy config manual update for multiple ports

2021-10-09 Thread Aki Tuomi
ovecot On Behalf Of Marc > > Sent: Saturday, 9 October 2021 12:54 > > To: dovecot@dovecot.org > > Cc: Siavash Tavakoli ; Aki Tuomi > > > > Subject: RE: haproxy config manual update for multiple ports > > > > would you mind updating the haproxy config on

RE: haproxy config manual update for multiple ports

2021-10-09 Thread Marc
backend.example.com send-proxy-v2 > -Original Message- > From: dovecot On Behalf Of Marc > Sent: Saturday, 9 October 2021 12:54 > To: dovecot@dovecot.org > Cc: Siavash Tavakoli ; Aki Tuomi > > Subject: RE: haproxy config manual update for multiple ports > > would yo

RE: haproxy config manual update for multiple ports

2021-10-09 Thread Marc
1:51 > To: 'dovecot@dovecot.org' > Subject: haproxy config manual update for multiple ports > > > > https://wiki2.dovecot.org/HAProxy > > Maybe update this to having multiple ports (if this is even possible) > > frontend ft_imap > bind :110 <

Re: haproxy config manual update for multiple ports

2021-10-07 Thread dovecot
On 10-07-2021 5:51 am, Marc wrote: Maybe update this to having multiple ports (if this is even possible) frontend ft_imap bind :110 << bind :143 mode tcp default_backend bk_imap backend bk_imap mode tcp balance leastconn stick store-request src stick-table type i

RE: haproxy config manual update for multiple ports

2021-10-07 Thread Marc
Actually the health check port could also be added. > > > Mostly personal preference and I do not want to have to many different > frontend/backends because that will show in the monitoring. > > > > > Why not just have multiple frontend cponfigs? > >

RE: haproxy config manual update for multiple ports

2021-10-07 Thread Marc
Mostly personal preference and I do not want to have to many different frontend/backends because that will show in the monitoring. > > Why not just have multiple frontend cponfigs? >

Re: haproxy config manual update for multiple ports

2021-10-07 Thread Aki Tuomi
Why not just have multiple frontend cponfigs? Aki > On 07/10/2021 12:51 Marc wrote: > > > https://wiki2.dovecot.org/HAProxy > > Maybe update this to having multiple ports (if this is even possible) > > frontend ft_imap > bind :110 << > bind :143 > mode tcp > default_backend

haproxy config manual update for multiple ports

2021-10-07 Thread Marc
https://wiki2.dovecot.org/HAProxy Maybe update this to having multiple ports (if this is even possible) frontend ft_imap bind :110 << bind :143 mode tcp default_backend bk_imap backend bk_imap mode tcp balance leastconn stick store-request src stick-table type i