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
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
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 <
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
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?
> >
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?
>
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
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