Displaying 2 results from an estimated 2 matches for "proxyv1".
Did you mean:
proxy01
2020 Feb 10
2
starttls for some services only
Hi Aki,
On 10.02.20 17:03, Aki Tuomi wrote:
> Try setting
>
> login_trusted_networks = lb-ip/32
>
> See?
> https://doc.dovecot.org/settings/dovecot_core_settings/#login-trusted-networks
I do have login-trusted_networks set already. Along with the proxy
protocol (haproxy_trusted_networks = lb-ip) I had to set
login_trusted_networks to 0.0.0.0/0 actually because the proxy
2020 Feb 10
0
starttls for some services only
...y required to
> make the starttls options disappear for imap-login - but with ssl=no
> globally I don't see a possibility to enable the starttls option for
> other services like managesieve for example.
>
> Thanks
> Bj?rn
With haproxy you need to
- configure HAproxy to use PROXYv1 or PROXYv2 to protocol to pass connections details to dovecot. With recent enough dovecot, you can include TLS information with haproxy to dovecot.
- configure login_trusted_networks and haproxy_trusted_networks
- set 'haproxy=yes' to the listener you are connecting with haproxy, so dovec...